TKChartAxisPosition Constants Reference
Declared in | TKChartAxis.h |
TKChartAxisPosition
@enum TKChartAxisPosition
Defines the position of the axis relative to the chart.
Definition
typedef NS_ENUM(NSInteger, TKChartAxisPosition ) {
TKChartAxisPositionLeft,
TKChartAxisPositionRight,
TKChartAxisPositionTop,
TKChartAxisPositionBottom,
};
Constants
TKChartAxisPositionLeft
-
The axis should be positioned at the left side of the chart.
Declared In
TKChartAxis.h
. TKChartAxisPositionRight
-
The axis shuld be positioned at the right side of the chart.
Declared In
TKChartAxis.h
. TKChartAxisPositionTop
-
The axis should be positioned at the top side of the chart.
Declared In
TKChartAxis.h
. TKChartAxisPositionBottom
-
The axis should be positioned at the bottom side of the chart.
Declared In
TKChartAxis.h
.
Declared In
TKChartAxis.h