BootstrapChartStepLineSeriesBuilder.IgnoreEmptyPoints(Boolean) Method
In This Article
Specifies whether a chart ignores null data points or not.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapChartStepLineSeriesBuilder IgnoreEmptyPoints(
bool ignoreEmptyPoints
)
#Parameters
Name | Type |
---|---|
ignore |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also