SpreadsheetGear 2023
Elevation Property (IChart)


SpreadsheetGear.Charts Namespace > IChart Interface : Elevation Property
Gets or sets the elevation from which a 3D chart is viewed in degrees.
Syntax
'Declaration
 
Property Elevation As System.Double
'Usage
 
Dim instance As IChart
Dim value As System.Double
 
instance.Elevation = value
 
value = instance.Elevation
System.double Elevation {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChart Interface
IChart Members