NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The data source for NIOverviewGraphView.
Tasks | |
(CGFloat) | - graphViewXRange: |
(CGFloat) | - graphViewYRange: |
(void) | - resetPointIterator |
(BOOL) | - nextPointInGraphView:point: |
(void) | - resetEventIterator |
(BOOL) | - nextEventInGraphView:xValue:color: |
Fetches the total range of all x values for this graph.
Fetches the total range of all y values for this graph.
The data source should reset its iterator for fetching points in the graph.
Fetches the next point in the graph to plot.
The data source should reset its iterator for fetching events in the graph.
Fetches the next event in the graph to plot.