SideBySideFullStackedBarSeriesViewModel.StackedGroup Property
Gets or sets the value of the SideBySideFullStackedBarSeriesView.StackedGroup within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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