DXTitleStyle Class
The title appearance settings storage.
Declaration
@interface DXTitleStyle: DXChartElementStyle
Remarks
The following options are available:

Inheritance
NSObject
DXChartElementStyle
DXTitleStyle
Properties
textStyle Property
Gets or sets the title text’s appearance settings.
Declaration
@property (readwrite, nullable) DXTextStyle *textStyle
Property Value
| Type | Description |
|---|---|
| DXTextStyle * | The title text’s appearance settings storage. |
Remarks
Set this property to nil to reset the default test appearance.