TKChartRangeDataPoint Class Reference
Inherits from | NSObject |
Conforms to | TKChartData |
Declared in | TKChartRangeDataPoint.h |
Tasks
-
+ dataPointWithX:low:high:
-
+ dataPointWithY:low:high:
-
dataXValue
property -
dataYValue
property -
low
property -
high
property -
– initWithX:low:high:
-
– initWithY:low:high:
Properties
dataXValue
Data point’s x value.
@property (nonatomic, strong) id dataXValue
Declared In
TKChartRangeDataPoint.h
dataYValue
Data point’s y value.
@property (nonatomic, strong) id dataYValue
Declared In
TKChartRangeDataPoint.h
Class Methods
dataPointWithX:low:high:
Creates range data point for TKChartRangeColumnSeries.
+ (instancetype)dataPointWithX:(id)xValue low:(id)lowValue high:(id)highValue
Parameters
- xValue
Data point’s x value.
- lowValue
Data point’s low value.
- highValue
Data point’s high value.
Declared In
TKChartRangeDataPoint.h
dataPointWithY:low:high:
Creates range data point for TKChartRangeBarSeries.
+ (instancetype)dataPointWithY:(id)yValue low:(id)lowValue high:(id)highValue
Parameters
- yValue
Data point’s y value.
- lowValue
Data point’s low value.
- highValue
Data point’s high value.
Declared In
TKChartRangeDataPoint.h
Instance Methods
initWithX:low:high:
Creates range data point for TKChartRangeColumnSeries.
- (instancetype)initWithX:(id)xValue low:(id)lowValue high:(id)highValue
Parameters
- xValue
Data point’s x value.
- lowValue
Data point’s low value.
- highValue
Data point’s high value.
Declared In
TKChartRangeDataPoint.h
initWithY:low:high:
Creates range data point for TKChartRangeBarSeries.
- (instancetype)initWithY:(id)yValue low:(id)lowValue high:(id)highValue
Parameters
- yValue
Data point’s y value.
- lowValue
Data point’s low value.
- highValue
Data point’s high value.
Declared In
TKChartRangeDataPoint.h