ORKGraphChartViewDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | ORKGraphChartView.h |
Overview
The graph chart view delegate protocol forwards pan gesture events occuring
within the bounds of an ORKGraphChartView object.
– graphChartViewTouchesBegan:
Notifies the delegate that a pan gesture has begun within the bounds of an ORKGraphChartView
object.
- (void)graphChartViewTouchesBegan:(ORKGraphChartView *)graphChartViewParameters
graphChartView |
The graph chart view in which the gesture occurred. |
|---|
Declared In
ORKGraphChartView.h
– graphChartView:touchesMovedToXPosition:
Notifies the delegate of updates in the x-coordinate of an ongoing pan gesture within the bounds
of an ORKGraphChartView object.
- (void)graphChartView:(ORKGraphChartView *)graphChartView touchesMovedToXPosition:(CGFloat)xPositionParameters
graphChartView |
The graph chart view object in which the gesture occurred. |
|---|---|
xPosition |
The updated x-coordinate of the ongoing pan gesture. |
Declared In
ORKGraphChartView.h
– graphChartViewTouchesEnded:
Notifies the delegate that a pan gesture that began within the bounds of an ORKGraphChartView
object has ended.
- (void)graphChartViewTouchesEnded:(ORKGraphChartView *)graphChartViewParameters
graphChartView |
The graph chart view object in which the gesture occurred. |
|---|
Declared In
ORKGraphChartView.h