Elevation Property (YPlotArea)
In This Topic
Gets of sets the counterclockwise rotation around the horizontal axis.
Syntax
'Declaration
Public Property Elevation As Single
'Usage
Dim instance As YPlotArea
Dim value As Single
instance.Elevation = value
value = instance.Elevation
public float Elevation {get; set;}
See Also