ORKBarGraphChartView Class Reference
| Inherits from | ORKGraphChartView : UIView |
|---|---|
| Declared in | ORKBarGraphChartView.h ORKBarGraphChartView.m |
Overview
The ORKBarGraphChartView class presents the data provided by an object conforming to the
ORKValueStackGraphChartViewDataSource protocol as a bar graph.
By default, the primary plot is colored by the tintColor, and any additional plots are colored
using the referenceLineColor property. You can customize the plot colors by implementing the
-graphChartView:colorForPlotIndex: method in the data source.
dataSource
The data source responsible for providing the data required to populate the graph chart view.
@property (nonatomic, weak) id<ORKValueStackGraphChartViewDataSource> dataSourceDiscussion
See the ORKValueStackGraphChartViewDataSource protocol.
Declared In
ORKBarGraphChartView.h