BootstrapCoordinateSystemChartSeries.IgnoreEmptyPoints Property
Specifies whether a chart ignores null data points or not.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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