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
The following image represents Stacked Side-by-Side Bar series:

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.
|