Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / SweepAngle Property


SweepAngle Property
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
Exceptions
ExceptionDescription
value is less than or equal to zero or is greater than 360.
Remarks
Sweep angle is measured in degrees.
See Also