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

DXBarSeries Class

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

Declaration

@interface DXBarSeries: DXSeries

Remarks

The following image represents Bar series:

Bar series sample

Inheritance

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

Declaration

@property (readwrite, nullable) DXBarSeriesLabel *label

Property Value

Type Description
DXBarSeriesLabel *

The DXBarSeriesLabel object that stores parameters of series point labels.

style Property

Gets or sets appearance parameters of a bar series.

Declaration

@property (readwrite, nullable) DXBarSeriesStyle *style

Property Value

Type Description
DXBarSeriesStyle *

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