Inherits from TKChartAxis : NSObject
Declared in TKChartNumericAxis.h

Overview

The numeric axis of TKChart.

TKChart uses Linear axes to plot data containing numerical values. Valid only in the context of Cartesian Area, this axis is created by default when you add Bar, Line, Area and Scatter series.

Tasks

Properties

baseline

The value to which the series data is aligned to.

@property (nonatomic, strong) NSNumber *baseline

Declared In

TKChartNumericAxis.h

labelDisplayMode

The display mode of labels. By default, it is TKChartNumericAxisLabelDisplayModeValue.

@property (nonatomic, assign) TKChartNumericAxisLabelDisplayMode labelDisplayMode

Declared In

TKChartNumericAxis.h

majorTickInterval

The major tick mark frequency.

@property (nonatomic, strong) NSNumber *majorTickInterval

Declared In

TKChartNumericAxis.h

minorTickInterval

The minor tick mark frequency.

@property (nonatomic, strong) NSNumber *minorTickInterval

Declared In

TKChartNumericAxis.h

offset

The value where the axis will be crossed by the other axis.

@property (nonatomic, strong) NSNumber *offset

Declared In

TKChartNumericAxis.h