XlsChartFormat
Is3D Property
|
If true - serie 3D; otherwise serie 2D. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Is3D { get; }
Public ReadOnly Property Is3D As Boolean
Get
public:
property bool Is3D {
bool get ();
}
member Is3D : bool with get
Property Value
Type:
Boolean
See Also