Back to Devexpress

BootstrapPieChartSmallValuesGroupingSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d29a7fcc.md

latest3.1 KB
Original Source

BootstrapPieChartSmallValuesGroupingSettings Class

Stores Pie Chart segment grouping options.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapPieChartSmallValuesGroupingSettings :
    JsonProperties
vb
Public Class BootstrapPieChartSmallValuesGroupingSettings
    Inherits 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

BootstrapPieChartSmallValuesGroupingSettings Members

Pie Chart

DevExpress.Web.Bootstrap Namespace