Inherits from TKChartSeries : NSObject
Declared in TKChartFinancialIndicator.h

Overview

Represents a base class for all TKChart indicators. It is a grouping container for data points of given types.

Properties

marginForHitDetection

If distance between hit and line is bigger, the selection is cleared. By default, it is 25 pixels.

@property (nonatomic) CGFloat marginForHitDetection

Declared In

TKChartFinancialIndicator.h

series

The financial series that the indicator is initiated with.

@property (nonatomic, strong) TKChartSeries *series

Declared In

TKChartFinancialIndicator.h

Instance Methods

initWithSeries:

Initializes the indicator with financial series.

- (instancetype __nonnull)initWithSeries:(TKChartSeries *__nonnull)series

Parameters

series

The financial series that contain financial data points.

Declared In

TKChartFinancialIndicator.h