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

DXAxisLabelStyle Class

The axis labels’ appearance settings storage.

Declaration

@interface DXAxisLabelStyle: DXChartElementStyle

Inheritance

NSObject
DXChartElementStyle
DXAxisLabelStyle

Properties

textStyle Property

Gets or sets the axis labels’ text appearance settings.

Declaration

@property (readwrite, nullable) DXTextStyle *textStyle

Property Value

Type Description
DXTextStyle *

The axis labels’ text appearance settings storage.

Remarks

Set this property to nil to reset the default test appearance.