aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ba176c92.md
Lists chart segment grouping options.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public enum SmallValuesGroupingMode
Public Enum SmallValuesGroupingMode
| 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.
|
The following properties accept/return SmallValuesGroupingMode values:
The SmallValuesGroupingMode enumeration provides values to the BootstrapPieChartSmallValuesGroupingSettings.Mode property.
See Also