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

DXStackedBarSeries Class

A series that displays data as individual bars stacked by arguments and the height of each bar is determined by the data value.

Declaration

@interface DXStackedBarSeries: DXSeries

Remarks

The following image represents Stacked Bar series:

A Bar series sample

Inheritance

NSObject

Properties

barWidth Property

Gets or sets the width of a series’ bars.

Declaration

@property (readwrite) CGFloat barWidth

Property Value

Type Description
CGFloat

The bar width, in axis units.

colorEach Property

Gets or sets a value indicating whether bars should be colored in different colors.

Declaration

@property (readwrite) BOOL colorEach

Property Value

Type Description
BOOL

YES if bars should be colored in different colors; NO if each bar should be colored in a color assigned to the series.

label Property

Gets or sets settings of series point labels of a stacked bar series.

Declaration

@property (readwrite, nullable) DXStackedBarSeriesLabel *label

Property Value

Type Description
DXStackedBarSeriesLabel *

The DXStackedBarSeriesLabel object that stores parameters of series point labels.

style Property

Gets or sets the style of a stacked bar series.

Declaration

@property (readwrite, nullable) DXBarSeriesStyle *style

Property Value

Type Description
DXBarSeriesStyle *

The DXBarSeriesStyle object that specifies appearance settings of the bar series.