Inherits from CALayer
Declared in TKChartRender.h

Overview

The base rendering layer of TKChart series.

Properties

chart

Returns the chart associated with the renderer (read-only).

@property (nonatomic, weak, readonly, null_unspecified) TKChart *chart

Declared In

TKChartRender.h

Instance Methods

initWithChart:

Initializes the render with chart.

- (instancetype __nonnull)initWithChart:(TKChart *__nonnull)chart

Parameters

chart

the chart to associate with.

Declared In

TKChartRender.h

setup

This method is called when the render should initialize its content.

- (void)setup

Declared In

TKChartRender.h

update

This method is called when the render should update its visual state.

- (void)update

Declared In

TKChartRender.h