[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChart.Elevation

Elevation Property

Elevation

Gets or sets the elevation of the 3-D chart view in degrees.

Use this property to retrieve the current vertical viewing angle applied to a 3-D chart.

Declaration
double Elevation { get; set; }
Property Elevation As Double
Examples
IChart chart = worksheet.Shapes.AddChart(ChartType.ColumnClustered3D, 20, 20, 300, 200).Chart;
chart.Elevation = 25;
double elevation = chart.Elevation;