Spread Windows Forms 12.0 Product Documentation
StartAngle Property (PiePlotArea)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PiePlotArea Class : StartAngle Property
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
public float StartAngle {get; set;}
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

Reference

PiePlotArea Class
PiePlotArea Members