Skip to main content
A newer version of this page is available. .

BootstrapPieChartSmallValuesGroupingSettings.GroupName Property

Specifies the name of the grouped chart segment. This name represents the segment in the chart legend.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue("others")]
public string GroupName { get; set; }

Property Value

Type Default Description
String "others"

A string specifying the segment name.

Property Paths

You can access this nested property as listed below:

Object Type Path to GroupName
BootstrapPieChartCommonSeries
.SmallValuesGrouping.GroupName
BootstrapPieChartSeries
.SmallValuesGrouping.GroupName
See Also