Inherits from TKStyleNode : NSObject
Declared in TKChartAxisStyle.h

Overview

Defines axis' style

Tasks

Properties

backgroundFill

The axis background fill.

@property (nonatomic, strong) TKFill *backgroundFill

Declared In

TKChartAxisStyle.h

labelStyle

The axis label style.

@property (nonatomic, strong, readonly) TKChartAxisLabelStyle *labelStyle

Declared In

TKChartAxisStyle.h

lineHidden

Defines whether the axis line is hidden.

@property (nonatomic, assign) BOOL lineHidden

Declared In

TKChartAxisStyle.h

lineLocation

The location of the axis line from the bounds of the chart. By default is calculated automatically.

@property (nonatomic, strong) NSNumber *lineLocation

Declared In

TKChartAxisStyle.h

lineStroke

The axis line stroke.

@property (nonatomic, strong) TKStroke *lineStroke

Declared In

TKChartAxisStyle.h

majorTickStyle

The appaerance of the major ticks.

@property (nonatomic, strong, readonly) TKChartAxisMajorTickStyle *majorTickStyle

Declared In

TKChartAxisStyle.h

minorTickStyle

The appaerance of the minor ticks.

@property (nonatomic, strong, readonly) TKChartAxisTickStyle *minorTickStyle

Declared In

TKChartAxisStyle.h

titleStyle

The appaerance of the axis' title.

@property (nonatomic, strong, readonly) TKChartAxisTitleStyle *titleStyle

Declared In

TKChartAxisStyle.h