XlsChartFormat
Elevation Property
|
Gets or sets the elevation of the 3-D chart view, in degrees (0 to +90 degrees).
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Elevation { get; set; }
Public Property Elevation As Integer
Get
Set
public:
property int Elevation {
int get ();
void set (int value);
}
member Elevation : int with get, set
Property Value
Type:
Int32
See Also