Inherits from TKStyleNode : NSObject
Declared in TKChartAxisTickStyle.h

Overview

Represents a class that defines the appearance of the ticks and thier labels.

Tasks

Properties

ticksFill

The tick fill.

@property (nonatomic, strong) TKFill *ticksFill

Declared In

TKChartAxisTickStyle.h

ticksHidden

Defines whether the ticks are hidden.

@property (nonatomic, assign) BOOL ticksHidden

Declared In

TKChartAxisTickStyle.h

ticksLength

The tick length.

@property (nonatomic, assign) CGFloat ticksLength

Declared In

TKChartAxisTickStyle.h

ticksOffset

The tick offset.

@property (nonatomic, assign) CGFloat ticksOffset

Declared In

TKChartAxisTickStyle.h

ticksStroke

The tick stroke.

@property (nonatomic, strong) TKStroke *ticksStroke

Declared In

TKChartAxisTickStyle.h

ticksWidth

The tick width.

@property (nonatomic, assign) CGFloat ticksWidth

Declared In

TKChartAxisTickStyle.h