Skip to main content

BootstrapCoordinateSystemChartSeries.IgnoreEmptyPoints Property

Specifies whether a chart ignores null data points or not.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(false)]
public bool IgnoreEmptyPoints { get; set; }

Property Value

Type Default Description
Boolean false

true, if a chart ignores empty points; otherwise, false.

Remarks

By default, if a data source has data points with a null argument or value, a chart may draw series with unnecessary gaps between points. To prevent this behavior from occurring, set the IgnoreEmptyPoints option to true.

See Also