FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / StartAngle Property


StartAngle Property (PiePlotArea)
Gets or sets the angle at which the first pie slice is displayed.
Syntax
'Declaration
 
Public Property StartAngle As Single
 
'Usage
 
Dim instance As PiePlotArea
Dim value As Single
 
instance.StartAngle = value
 
value = instance.StartAngle
Exceptions
ExceptionDescription
value is less than zero or is greater than 360.
Remarks
Start angle is measured in degrees counter clockwise from the x-axis.
See Also