IChartErrorBars
Chart3DOptions Property
|
Gets the chart3 D options.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IFormat3D Chart3DOptions { get; }
ReadOnly Property Chart3DOptions As IFormat3D
Get
property IFormat3D^ Chart3DOptions {
IFormat3D^ get ();
}
abstract Chart3DOptions : IFormat3D with get
Property Value
Type:
IFormat3D
The chart3 D options.
See Also