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

DXAxisTitle Class

The axis title.

Declaration

@interface DXAxisTitle: DXTitle

Remarks

The title allows specifying additional text explaining axis values.

Axis title sample

Inherited Members

Inheritance

NSObject

Properties

alignment Property

Gets or sets the title’s position.

Declaration

@property (readwrite) DXAxisTitleAlignment alignment

Property Value

Type Description
DXAxisTitleAlignment

The DXAxisTitleAlignment enumeration value that specifies the title’s alignment.

Instance Methods

initWithText: Instance Method

Initializes a new title with the specified text.

Declaration

- (nonnull id)initWithText:(nullable NSString *)text

Parameters

Name Type Description
text NSString *

The title’s text.

Returns

Type Description
id

The new DXAxisTitle class instance with the specified text.