TKChartOhlcBar Class Reference
Inherits from | TKChartVisualPoint : NSObject |
Declared in | TKChartOhlcBar.h |
Tasks
-
openValue
property -
closeValue
property -
lowValue
property -
bodyWidth
property -
highValue
property -
– initWithPoint:atIndex:series:render:
Properties
closeValue
Offest from ohlc high point to close close point.
@property (nonatomic) CGFloat closeValue
Declared In
TKChartOhlcBar.h
highValue
Offest from ohlc cener to high value.
@property (nonatomic) CGFloat highValue
Declared In
TKChartOhlcBar.h
Instance Methods
initWithPoint:atIndex:series:render:
Initiates TKChartOhlcBar.
- (instancetype)initWithPoint:(TKChartFinancialDataPoint *)data atIndex:(NSInteger)index series:(TKChartSeries *)series render:(TKChartSeriesRender *)render
Parameters
- data
Financial data point.
- index
Data point’s index.
- series
Series that contains the point.
- render
The series render.
Declared In
TKChartOhlcBar.h