Inherits from NSObject
Declared in TKChartSeriesRenderState.h

Overview

Represents the visual state for chart series.

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

points

Returns the points that will be rendered.

@property (nonatomic, strong, readwrite) TKMutableArray *points

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