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


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