XlsChartDataPoint
IsDefault Property
|
Indicates whether this data point is default data point. 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 IsDefault { get; }
Public ReadOnly Property IsDefault As Boolean
Get
public:
virtual property bool IsDefault {
bool get () sealed;
}
abstract IsDefault : bool with get
override IsDefault : bool with get
Property Value
Type:
Boolean
Implements
IChartDataPoint
IsDefault
See Also