Skip to main content

SeriesPointModel.IsEmpty Property

Gets or sets the value of the SeriesPoint.IsEmpty within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[Browsable(false)]
public bool IsEmpty { get; set; }

Property Value

Type Description
Boolean

true if the current point is empty; otherwise false.

See Also