Skip to main content

BootstrapPieChartSmallValuesGroupingSettings.TopCount Property

Specifies how many segments must not be grouped.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(32767)]
public int TopCount { get; set; }

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
.SmallValuesGrouping .TopCount

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