TKChartAxisStyle Class Reference
Inherits from | TKStyleNode : NSObject |
Declared in | TKChartAxisStyle.h |
Tasks
-
lineStroke
property -
lineLocation
property -
lineHidden
property -
backgroundFill
property -
labelStyle
property -
titleStyle
property -
majorTickStyle
property -
minorTickStyle
property
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