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

DXBarSeriesLabel Class

A storage of parameters of a bar series’ point labels.

Declaration

@interface DXBarSeriesLabel: DXSeriesLabel

Remarks

The following image demonstrates parameters that configure labels.

Bar label parameters

Inheritance

NSObject

Properties

position Property

Gets or sets a position of series point labels.

Declaration

@property (readwrite) DXBarSeriesLabelPosition position

Property Value

Type Description
DXBarSeriesLabelPosition

The DXBarSeriesLabelPosition enumeration value that specifies position of labels.

style Property

Declaration

@property (readwrite, nullable) DXSeriesLabelStyle *style

Property Value

Type
DXSeriesLabelStyle *