[]
Gets or sets the angle at which the first pie slice is displayed.
[FpCategory("Category_Appearance")]
public float StartAngle { get; set; }
<FpCategory("Category_Appearance")>
Public Property StartAngle As Single
Start angle is measured in degrees counter clockwise from the x-axis.
Type | Condition |
---|---|
ArgumentOutOfRangeException | value is less than zero or is greater than 360. |