BootstrapPieChartSmallValuesGroupingSettings Class
Stores Pie Chart segment grouping options.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
The following members return BootstrapPieChartSmallValuesGroupingSettings objects:
Remarks
Settings exposed by the BootstrapPieChartSmallValuesGroupingSettings allow you to group several Pie Chart segments into one.
You can group segments in two different modes. Use the SmallValuesGroupingMode.TopN mode to group all segments that have an index that is equal to or greater than the value of the BootstrapPieChartSmallValuesGroupingSettings.TopCount property. To group all segments with a value less than the value of the BootstrapPieChartSmallValuesGroupingSettings.Threshold property, use the SmallValuesGroupingMode.SmallValueThreshold mode. To specify the grouping mode, set the BootstrapPieChartSmallValuesGroupingSettings.Mode property.
By default, the resulting segment is called “others”. To change this name, specify the BootstrapPieChartSmallValuesGroupingSettings.GroupName property.
An object of the BootstrapPieChartSmallValuesGroupingSettings type can be accessed by the BootstrapPieChartSeries.SmallValuesGrouping property.