[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PiePlotArea.StartAngle

StartAngle Property

StartAngle

Gets or sets the angle at which the first pie slice is displayed.

Declaration
[FpCategory("Category_Appearance")]
public float StartAngle { get; set; }
<FpCategory("Category_Appearance")>
Public Property StartAngle As Single
Remarks

Start angle is measured in degrees counter clockwise from the x-axis.

Exceptions
Type Condition
ArgumentOutOfRangeException

value is less than zero or is greater than 360.