Returns or sets the position where you want to start drawing pie charts.
Syntax
object.StartingAngle [ = angle]
The StartingAngle property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
angle | Single. This angle can be measured in degrees, radians, or grads, depending on the current AngleUnits setting. A value of 0 degrees indicates the 3 o'clock position. Setting the starting angle to 90 degrees moves the starting position to 12 o'clock if the Clockwise property is set to counterclockwise, or to 6 o'clock if it's set to clockwise. Valid values range from -360 to 360 degrees. |