Skip to main content

SmallValuesGroupingMode Enum

Lists chart segment grouping options.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.2.dll

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public enum SmallValuesGroupingMode

#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.

See Also