XlsChartAxis
Deleted Property
|
Gets or sets value indicating whether axis was deleted.
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 Deleted { get; set; }
Public Property Deleted As Boolean
Get
Set
public:
property bool Deleted {
bool get ();
void set (bool value);
}
member Deleted : bool with get, set
Property Value
Type:
Boolean
See Also