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

DXTitle Class

The base class for all titles.

Declaration

@interface DXTitle: DXChartElement

Inheritance

NSObject

Properties

hidden Property

Gets or sets the value indicating whether the title is hidden.

Declaration

@property (readwrite) BOOL hidden

Property Value

Type Description
BOOL

YES if the title is hidden; otherwise NO.

style Property

Gets or sets the title’s appearance settings.

Declaration

@property (readwrite, nullable) DXTitleStyle *style

Property Value

Type Description
DXTitleStyle *

The DXTitleStyle object that is the appearance settings storage.

text Property

Gets or sets the title’s text.

Declaration

@property (readwrite, nullable) NSString *text

Property Value

Type Description
NSString *

The NSString object that is the text that the title displays.