Skip to main content

BootstrapCoordinateSystemChart.NegativesAsZeroes Property

Forces the chart to treat negative values as zeroes.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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