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

BootstrapPieChartSmallValuesGroupingSettings.Threshold Property

Specifies a threshold for segment values.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(typeof(decimal), "-32768")]
public decimal Threshold { get; set; }

Property Value

Type Default Description
Decimal "-32768"

A Decimal value specifying the threshold.

Property Paths

You can access this nested property as listed below:

Object Type Path to Threshold
BootstrapPieChartCommonSeries
.SmallValuesGrouping.Threshold
BootstrapPieChartSeries
.SmallValuesGrouping.Threshold

Remarks

When you use the SmallValuesGroupingMode.SmallValueThreshold grouping mode, specify a value that will serve as a threshold for chart segments. All segments with a value less than the threshold will be grouped into the “others” segment.

See Also