Skip to main content

BootstrapPieChartSeries.SmallValuesGrouping Property

Specifies chart segment grouping options.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPieChartSmallValuesGroupingSettings SmallValuesGrouping { get; }

Property Value

Type Description
BootstrapPieChartSmallValuesGroupingSettings

An object of the BootstrapPieChartSmallValuesGroupingSettings class.

Remarks

If you need to group specific chart segments into one, use options provided by the SmallValuesGrouping property.

You can group segments in two different modes. Use a “TopN“ mode to group all segments that have an index that is equal to or greater than the value of the TopCount property. To group all segments with the value less than the value of the Threshold property, use a “SmallValueThreshold“ mode.

The resulting segment is called “others“, by default. To change this name, specify the GroupName property.

See Also