DXSideBySideStackedBarSeries Class
A series that displays data as individual bars stacked by the seriesGroup property and grouped by arguments. The height of each bar is determined by the data value.
Declaration
@interface DXSideBySideStackedBarSeries: DXStackedBarSeries
Remarks
The following image represents Stacked Side-by-Side Bar series:

Inherited Members
Inheritance
NSObject
DXChartElement
DXSeriesBase
DXSeries
DXStackedBarSeries
DXSideBySideStackedBarSeries
Properties
stackedGroup Property
Gets or sets the index of a stack which contains series bars.
Declaration
@property (readwrite) NSInteger stackedGroup
Property Value
| Type | Description |
|---|---|
| NSInteger | The index of the stack which contains series bars. |