Skip to main content

NestedDonutSeriesView.Group Property

Gets or sets an object which specifies how to group donuts into nested donuts.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object Group { get; set; }

Property Value

Type Description
Object

A Object, which is used to identity donuts of the same group.

Remarks

Use the Group property to combine several NestedDonutSeriesView objects into the same group. The Donut series view, whose Group property value is equal, is united with the same group and are nested into it. Donuts with another value of the Group property can be combined into another group of nested donuts, also displayed on the same chart.

See Also