Spread Windows Forms 12.0 Product Documentation
SweepAngle Property


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PiePlotArea Class : 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
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

Reference

PiePlotArea Class
PiePlotArea Members