BootstrapPieChartSmallValuesGroupingSettings.TopCount Property
Specifies how many segments must not be grouped.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 32767 | An integer value specifying the number of segments. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to TopCount |
---|---|
BootstrapPieChartSeries |
|
Remarks
In the SmallValuesGroupingMode.TopN grouping mode, PieChart displays the top N segments separated while the rest are grouped into one. To specify the N number, use the TopCount property.
See Also