Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / SweepAngle Property


In This Topic
    SweepAngle Property
    In This Topic
    Gets or sets the total angle of all the pie slices.
    Syntax
    'Declaration
     
    
    Public Property SweepAngle As Single
    'Usage
     
    
    Dim instance As PiePlotArea
    Dim value As Single
     
    instance.SweepAngle = value
     
    value = instance.SweepAngle
    public float SweepAngle {get; set;}
    Exceptions
    ExceptionDescription
    value is less than or equal to zero or is greater than 360.
    Remarks
    Sweep angle is measured in degrees.
    See Also