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

DXConstantLineTitle Class

The constant line’s title.

Declaration

@interface DXConstantLineTitle: DXTitle

Inherited Members

Inheritance

NSObject
DXChartElement
DXTitle
DXConstantLineTitle

Properties

alignment Property

Gets or sets the value specifying the title’s alignment.

Declaration

@property (readwrite) DXConstantLineTitleAlignment alignment

Property Value

Type Description
DXConstantLineTitleAlignment

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

showBelowLine Property

Gets or sets the value specifying whether the title is below the line.

Declaration

@property (readwrite) BOOL showBelowLine

Property Value

Type Description
BOOL

YES if the line is below the line; otherwise NO.

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 DXConstantLineTitle instance with the specified text.