XlsChartDropBar
HasFormat3D Property
|
Gets a value indicating whether [has3d 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 bool HasFormat3D { get; }
Public ReadOnly Property HasFormat3D As Boolean
Get
public:
virtual property bool HasFormat3D {
bool get () sealed;
}
abstract HasFormat3D : bool with get
override HasFormat3D : bool with get
Property Value
Type:
Boolean
true
if [has3d properties]; otherwise,
false
.
Implements
IChartFillBorder
HasFormat3D
See Also