XlsChartSerieDataFormat
Format3D 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 Format3D Format3D { get; }
 
Public ReadOnly Property Format3D As Format3D
	Get
 
public:
virtual property Format3D^ Format3D {
	Format3D^ get () sealed;
}
 
abstract Format3D : Format3D with get
override Format3D : Format3D with get
 
 
 
Property Value
Type:
Format3D
The chart3 D properties.
Implements
IChartFillBorder
Format3D
 
See Also