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

BootstrapPieChartSmallValuesGroupingSettings Class

Stores Pie Chart segment grouping options.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapPieChartSmallValuesGroupingSettings :
    JsonProperties

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.

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.Bootstrap.Internal.JsonProperties
BootstrapPieChartSmallValuesGroupingSettings
See Also