Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapPieChartSeries
.SmallValuesGrouping .GroupName
See Also