TKChartAxisRender Class Reference
Inherits from | TKChartRender : CALayer |
Declared in | TKChartAxisRender.h |
Properties
axis
The associated axis of the render.
@property (nonatomic, weak, readonly) TKChartAxis *axis
Declared In
TKChartAxisRender.h
isVertical
Determines if the axis is vertical or horizontal.
@property (nonatomic, readonly) BOOL isVertical
Declared In
TKChartAxisRender.h
Instance Methods
boundsRect
Returns the bound of the associated axis.
- (CGRect)boundsRect
Declared In
TKChartAxisRender.h