Spread for ASP.NET 12 Product Documentation
Elevation Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > PlotArea Class : 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
public float Elevation {get; set;}
Exceptions
ExceptionDescription
Value is less than -90 or greater than 90.
Remarks
Elevation is measured in degrees.
See Also

Reference

PlotArea Class
PlotArea Members