Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PiePlotArea Class / StartAngle Property


In This Topic
    StartAngle Property (PiePlotArea)
    In This Topic
    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