Gets or sets the start angle for drawing the pieces of the pie. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public float StartAngle { get; set; } |
Visual Basic
![]() |
---|
Public Property StartAngle As Single |
A float value that represents the start angle.
The property specifies the start angle for drawing the pieces of the pie. Possible values range from 0 to 360.
The data for the pie pieces is set with Data.
Default value for the StartAngle property is 0.