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

BootstrapCoordinateSystemChart.NegativesAsZeroes Property

Forces the chart to treat negative values as zeroes.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to treat negative values as zeros; otherwise, false.

Remarks

This property has an effect on stacked series only. When series data contains negative values, visualizing such data using stacked series may lead to unexpected results. To prevent such situations, set the NegativesAsZeroes property to true, and the widget will treat all negative values as zeroes.

See Also