C1.WPF.C1Chart3D Namespace / C1Chart3D Class / Elevation Property


In This Topic
Elevation Property (C1Chart3D)
In This Topic
Gets or sets the elevation angle measured in degrees.
Syntax
'Declaration
 
Public Property Elevation As Double
 
'Usage
 
Dim instance As C1Chart3D
Dim value As Double
 
instance.Elevation = value
 
value = instance.Elevation
See Also