Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

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