TKChartNumericAxis Class Reference
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
-
labelDisplayMode
property -
majorTickInterval
property -
minorTickInterval
property -
baseline
property -
offset
property
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