Back to Devexpress

SmallValuesGroupingMode Enum

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

latest1.8 KB
Original Source

SmallValuesGroupingMode Enum

Lists chart segment grouping options.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum SmallValuesGroupingMode
vb
Public Enum SmallValuesGroupingMode

Members

NameDescription
None

Do not group chart segments.

| | TopN |

Group all segments that have an index that is equal to or greater than the value of the BootstrapPieChartSmallValuesGroupingSettings.TopCount property.

| | SmallValueThreshold |

Group all segments with the value less than the value of the BootstrapPieChartSmallValuesGroupingSettings.Threshold property.

|

The following properties accept/return SmallValuesGroupingMode values:

Remarks

The SmallValuesGroupingMode enumeration provides values to the BootstrapPieChartSmallValuesGroupingSettings.Mode property.

See Also

DevExpress.Web.Bootstrap Namespace