StartAngle Property
The StartAngle property returns or sets the start angle of a pie chart. Returns a Double.
Syntax
object.StartAngle
object.StartAngle = StartAngle
Parameter | Type | Description |
StartAngle | Double | required, in degrees |
Example
This example shows how to set the start angle for the first pie slice to 35 degrees.
Graph1.startAngle = 35
Used by: AutoPieChart object