BootstrapPieChartSmallValuesGroupingSettings.Threshold Property
Specifies a threshold for segment values.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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 |
---|---|
BootstrapPieChartSeries |
|
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