Skip to main content

SeriesPoint.IsEmpty Property

Gets or sets whether the current point is empty.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

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