ORKValueRangeGraphChartView Class Reference
Inherits from | ORKGraphChartView : UIView |
---|---|
Declared in | ORKGraphChartView.h ORKGraphChartView.m |
Overview
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
.
Other Methods
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
Other Methods
– reloadData
Reloads the plotted data.
- (void)reloadData
Discussion
Call this method to reload the data and re-plot the graph. You should call it if the data provided by the dataSource changes.
Declared In
ORKGraphChartView.h