XlsChartAxis
Chart3DOptions Property
|
Gets the chart3 D options.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IFormat3D Chart3DOptions { get; }
Public ReadOnly Property Chart3DOptions As IFormat3D
Get
public:
virtual property IFormat3D^ Chart3DOptions {
IFormat3D^ get () sealed;
}
abstract Chart3DOptions : IFormat3D with get
override Chart3DOptions : IFormat3D with get
Property Value
Type:
IFormat3D
The chart3 D options.
Implements
IChartAxis
Chart3DOptions
See Also