General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
SmallValuesGroupingMode Enum
Lists chart segment grouping options.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Declaration
Members
Name | Description |
---|---|
None | Do not group chart segments. |
SmallValueThreshold | Group all segments with the value less than the value of the BootstrapPieChartSmallValuesGroupingSettings.Threshold property. |
TopN | Group all segments that have an index that is equal to or greater than the value of the BootstrapPieChartSmallValuesGroupingSettings.TopCount property. |
Remarks
The SmallValuesGroupingMode enumeration provides values to the BootstrapPieChartSmallValuesGroupingSettings.Mode property.
See Also
Feedback