XlsChartAxis
Has3dProperties Property
|
This property Indicates whether the Shadow object has been created(which includes the 3D 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 Has3dProperties { get; }
Public ReadOnly Property Has3dProperties As Boolean
Get
public:
property bool Has3dProperties {
bool get ();
}
member Has3dProperties : bool with get
Property Value
Type:
Boolean
See Also