TKChartSeriesRenderState Class Reference
Inherits from | NSObject |
Declared in | TKChartSeriesRenderState.h |
Tasks
-
points
property -
oldPoints
property -
index
property -
– initWithIndex:
-
– animationKeyPathForPointAtIndex:
Properties
index
Returns the index according to series order
@property (nonatomic, readonly) NSUInteger index
Declared In
TKChartSeriesRenderState.h
oldPoints
Returns the points that have been rendered.
@property (nonatomic, strong, readonly) TKMutableArray *oldPoints
Declared In
TKChartSeriesRenderState.h
Instance Methods
animationKeyPathForPointAtIndex:
Creates an animation key path for a particular point at a specified index.
- (NSString *__nullable)animationKeyPathForPointAtIndex:(NSUInteger)pointIndex
Parameters
- pointIndex
The point’s index in the series.
Declared In
TKChartSeriesRenderState.h
initWithIndex:
Initializes the TKChartSeriesRenderState for series.
- (instancetype __nonnull)initWithIndex:(NSUInteger)index
Parameters
- index
The index according to the series order.
Declared In
TKChartSeriesRenderState.h