A newer version of this page is available.
Switch to the current version.
BootstrapPieChartSeries.SmallValuesGrouping Property
Specifies chart segment grouping options.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPieChartSmallValuesGroupingSettings SmallValuesGrouping { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SmallValuesGrouping As BootstrapPieChartSmallValuesGroupingSettings
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
Feedback