DXAxisLabelBase Class
The base class for an axis’s labels.
Declaration
@interface DXAxisLabelBase: DXChartElement
Inheritance
NSObject
DXChartElement
DXAxisLabelBase
Properties
hidden Property
Gets or sets the value indicating whether an axis label is hidden.
Declaration
@property (readwrite) BOOL hidden
Property Value
| Type | Description |
|---|---|
| BOOL | YES if axis labels are hidden; otherwise NO. |
style Property
Gets or sets the axis labels’ appearance settings.
Declaration
@property (readwrite, nullable) DXAxisLabelStyle *style
Property Value
| Type | Description |
|---|---|
| DXAxisLabelStyle * | The DXAxisLabelStyle object that stores the label’s appearance settings. |
Instance Methods
init Instance Method
Initializes a new DXAxisLabelBase class instance with default settings.
Declaration
- (nonnull id)init
Returns
| Type | Description |
|---|---|
| id | The new |