XlsChartAxis
Chart3DProperties Property
|
Gets the chart3 D properties.
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 Chart3DProperties { get; }
Public ReadOnly Property Chart3DProperties As IFormat3D
Get
public:
property IFormat3D^ Chart3DProperties {
IFormat3D^ get ();
}
member Chart3DProperties : IFormat3D with get
Property Value
Type:
IFormat3D
The chart3 D properties.
See Also