<ChartTouchesDelegate>

Description

The <ChartTouchesDelegate> protocol is used to work with the events that are related with chart touch.

Inheritance Hierarchy

          <NSObject>

          <ChartTouchesDelegate>

Comments

Handled gestures:

Methods

chartTouchesBegan:withEvent:sender:. Called on starting to touch a chart.

chartTouchesCancelled:withEvent:sender:. Called when some event cancels chart touch.

chartTouchesEnded:withEvent:sender:. Called when one several fingers stop to touch a chart.

chartTouchesLongPressInView:. Called when a user presses a chart with one or several fingers for a long time.

chartTouchesMoved:withEvent:sender:. Called when one or several fingers move within a chart.

chartTouchesPanBeganInView:withTranslation:velocity:. Called on starting drag gesture.

chartTouchesPanChangedInView:withTranslation:velocity:. Called on changing the pan gesture.

chartTouchesPanEndedInView:withTranslation:velocity:. Called on stopping a pan gesture.

chartTouchesPinchBeganInView:withScale:velocity:. Called on starting pinch gesture.

chartTouchesPinchChangedInView:withScale:velocity:. Called on changing pinch gesture.

chartTouchesPinchEndedInView:withScale:velocity:. Called on stopping pinch gesture.

chartTouchesRotationBeganInView:withRotation:velocity:. Called on starting rotation gesture.

chartTouchesRotationChangedInView:withRotation:velocity:. Called on changing rotation gesture.

chartTouchesRotationEndedInView:withRotation:velocity:. Called on stopping rotation gesture.

chartTouchesSwipeInView:withDirection:. Called on executing swipe gesture.

chartTouchesTapInView:withPoint:. Called on executing swipe gesture.

See also:

Protocols