Back to Devexpress

SeriesPoint.IsEmpty Property

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-bcdf68f0.md

latest1014 B
Original Source

SeriesPoint.IsEmpty Property

Gets or sets whether the current point is empty.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool IsEmpty { get; set; }
vb
Public Property IsEmpty As Boolean

Property Value

TypeDescription
Boolean

true if the current point is empty; otherwise, false.

|

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace