A newer version of this page is available.
Switch to the current version.
BootstrapPieChartSmallValuesGroupingSettings.TopCount Property
Specifies how many segments must not be grouped.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(32767)]
public int TopCount { get; set; }
<DefaultValue(32767)>
Public Property TopCount As Integer
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 |
---|---|
BootstrapPieChartCommonSeries |
|
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
Feedback