Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean

Implements

IChartFillBorder..::..HasFormat3D

See Also