Elevation Property (IChart)
In This Topic
Gets or sets the elevation of the 3D chart view, in degrees.
Syntax
'Declaration
Property Elevation As Integer
'Usage
Dim instance As IChart
Dim value As Integer
instance.Elevation = value
value = instance.Elevation
int Elevation {get; set;}
See Also