SmallValuesGroupingMode Enum
Lists chart segment grouping options.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
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 BootstrapPieChartSmallValuesGroupingSettingsBuilder.TopCount property. |
SmallValueThreshold | Group all segments with the value less than the value of the BootstrapPieChartSmallValuesGroupingSettingsBuilder.Threshold property. |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also