Conforms to NSObject
Declared in TKChartData.h

Overview

Represents a data provider protocol for chart’s series

Tasks

Properties

area

The value of the bubble area for bubble series.

@property (nonatomic, strong, readonly) NSNumber *area

Declared In

TKChartData.h

close

Close price value for financial series.

@property (nonatomic, strong, readonly) NSNumber *close

Declared In

TKChartData.h

dataName

The name for a pie.

@property (nonatomic, strong, readonly) NSString *dataName

Declared In

TKChartData.h

dataXValue

Returns an x-value in cartesian series. It is used as a value for pie series.

@property (nonatomic, strong, readonly) id dataXValue

Declared In

TKChartData.h

dataYValue

Returns a y-value in cartesian series.

@property (nonatomic, strong, readonly) id dataYValue

Declared In

TKChartData.h

high

High price value for financial series.

@property (nonatomic, strong, readonly) NSNumber *high

Declared In

TKChartData.h

low

Low price value for financial series.

@property (nonatomic, strong, readonly) NSNumber *low

Declared In

TKChartData.h

open

Open price value for financial series.

@property (nonatomic, strong, readonly) NSNumber *open

Declared In

TKChartData.h

signalYValue

The y axis value for indicator signal line

@property (nonatomic, strong, readonly) id signalYValue

Declared In

TKChartData.h

volume

Volume value for financial series.

@property (nonatomic, strong, readonly) NSNumber *volume

Declared In

TKChartData.h

Instance Methods

generateStringRepresentationForXAxis:yAxis:

Returns a string representation of the current implementation.

- (NSString *)generateStringRepresentationForXAxis:(TKChartAxis *)xAxis yAxis:(TKChartAxis *)yAxis

Declared In

TKChartData.h