TKChartAxisTitleStyle Class Reference
Inherits from | TKChartLabelStyle : TKStyleNode : NSObject |
Declared in | TKChartAxisTitleStyle.h |
Properties
alignment
The title alignment in relation to its superview.
@property (nonatomic, assign) TKChartAxisTitleAlignment alignment
Discussion
The axis title alignments are defined as follows:
typedef enum {
TKChartAxisTitleAlignmentCenter, // Aligns the title at the axis center.
TKChartAxisTitleAlignmentLeftOrTop, // Aligns the title at the left or at the top.
TKChartAxisTitleAlignmentRightOrBottom, // Aligns the title at the right or at the bottom.
} TKChartAxisTitleAlignment;
Declared In
TKChartAxisTitleStyle.h