Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotArea Class / Elevation Property


Elevation Property
Gets of sets the counterclockwise rotation around the horizontal axis.
Syntax
'Declaration
 
Public Property Elevation As Single
 
'Usage
 
Dim instance As PlotArea
Dim value As Single
 
instance.Elevation = value
 
value = instance.Elevation
Exceptions
ExceptionDescription
Value is less than -90 or greater than 90.
Remarks
Elevation is measured in degrees.
See Also