SpreadsheetGear 2017
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;}
read-write property Elevation: System.Double; 
function get,set Elevation : System.double
__property System.double get_Elevation();
__property void set_Elevation( 
   System.double value
);
property System.double Elevation {
   System.double get();
   void set (    System.double value);
}
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