SmallValuesGroupingMode Enum
Lists chart segment grouping options.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Members
Name | Description |
---|---|
None
|
Do not group chart segments. |
TopN
|
Group all segments that have an index that is equal to or greater than the value of the BootstrapPieChartSmallValuesGroupingSettings.TopCount property. |
SmallValueThreshold
|
Group all segments with the value less than the value of the BootstrapPieChartSmallValuesGroupingSettings.Threshold property. |
Related API Members
The following properties accept/return SmallValuesGroupingMode values:
Remarks
The SmallValuesGroupingMode enumeration provides values to the BootstrapPieChartSmallValuesGroupingSettings.Mode property.