TKChartData Protocol Reference
Conforms to | NSObject |
Declared in | TKChartData.h |
Tasks
-
dataXValue
property required method -
dataYValue
property required method -
dataName
property -
area
property -
open
property -
high
property -
low
property -
close
property -
volume
property -
signalYValue
property -
– generateStringRepresentationForXAxis:yAxis:
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