Skip to main content
A newer version of this page is available.

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:

A Side-by-side Stacked Bar series sample

Inheritance

NSObject

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.