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

BootstrapRangeSelectorChart.NegativesAsZeroes Property

Forces the control to treat negative values as zeroes. Applies to stacked-like series only.

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 force the control to treat all negative values as zeroes; otherwise false.

Remarks

Series data may contain negative values, whose visualizing using stacked-like series may lead to unexpected results. To prevent situations of this kind, assign true to the NegativesAsZeroes property, and the control will treat all negative values as zeroes.

See Also