Skip to main content

SideBySideStackedBar3DSeriesViewModel.StackedGroup Property

Gets or sets the value of the SideBySideStackedBar3DSeriesView.StackedGroup 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 StackedGroup { get; set; }

Property Value

Type Description
Object

The stack group identifier.

See Also