Skip to main content
A newer version of this page is available. .

SeriesPoint.IsEmpty Property

Gets or sets whether the current point is empty.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool IsEmpty { get; set; }

Property Value

Type Description
Boolean

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

See Also