BootstrapCoordinateSystemChart.NegativesAsZeroes Property
Forces the chart to treat negative values as zeroes.
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, 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