Skip to main content
A newer version of this page is available. .

BootstrapPieChartSmallValuesGroupingSettings.Mode Property

Specifies the segment grouping mode.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(SmallValuesGroupingMode.None)]
public SmallValuesGroupingMode Mode { get; set; }

Property Value

Type Default Description
SmallValuesGroupingMode **None**

A SmallValuesGroupingMode enumeration value specifying the grouping mode.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to Mode
BootstrapPieChartCommonSeries
BootstrapPieChartSeries
See Also