A newer version of this page is available.
Switch to the current version.
BootstrapPieChartSmallValuesGroupingSettings.Mode Property
Specifies the segment grouping mode.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(SmallValuesGroupingMode.None)]
public SmallValuesGroupingMode Mode { get; set; }
<DefaultValue(SmallValuesGroupingMode.None)>
Public Property Mode As SmallValuesGroupingMode
Property Value
Type | Default | Description |
---|---|---|
SmallValuesGroupingMode | None |
A SmallValuesGroupingMode enumeration value specifying the grouping mode. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Mode |
---|---|
BootstrapPieChartCommonSeries |
|
BootstrapPieChartSeries |
|
See Also
Feedback