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

BootstrapCoordinateSystemChartSeries.IgnoreEmptyPoints Property

Specifies whether a chart ignores null data points or not.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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