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


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