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


In This Topic
    StartAngle Property (PolarPlotArea)
    In This Topic
    Gets or sets the angle at which the origin is displayed.
    Syntax
    'Declaration
     
    
    Public Property StartAngle As Single
    'Usage
     
    
    Dim instance As PolarPlotArea
    Dim value As Single
     
    instance.StartAngle = value
     
    value = instance.StartAngle
    public float StartAngle {get; set;}
    See Also