ORKValueRangeGraphChartView Class Reference
Inherits from | ORKGraphChartView : UIView |
---|---|
Declared in | ORKGraphChartView.h |
The ORKValueRangeGraphChartView
class is an abstract class which holds a data source comforming
to the ORKValueRangeGraphChartViewDataSource
protocol, common to concrete subclasseses.
You should not instantiate this class directly; use one of the subclasses instead. The concrete
subclasses are ORKLineGraphChartView
and ORKDiscreteGraphChartView
.
dataSource
The data source responsible for providing the data required to populate the graph chart view.
@property (nonatomic, weak) id<ORKValueRangeGraphChartViewDataSource> dataSource
Discussion
See the ORKValueRangeGraphChartViewDataSource
protocol.
Declared In
ORKGraphChartView.h