Skip to main content

NestedDoughnutSeriesViewModel.Group Property

Gets or sets the value of the NestedDoughnutSeriesView.Group within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[UseEditor(typeof(StackedGroupControl), typeof(StackedGroupControlAdapter))]
public object Group { get; set; }

Property Value

Type Description
Object

The nested group identifier.

See Also