FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / Rotation Property


In This Topic
Rotation Property (PiePlotArea)
In This Topic
Gets of sets the counterclockwise rotation around the vertical axis.
Syntax
'Declaration
 
Public Property Rotation As Single
 
'Usage
 
Dim instance As PiePlotArea
Dim value As Single
 
instance.Rotation = value
 
value = instance.Rotation
Remarks
Rotation is measured in degrees.
See Also