Search
RotationController.OnTouchMove Method
See Also
 






PlotController.OnTouchMove override. Called when the user moves his finger on the screen.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override void OnTouchMove (
    double x,
    double y
)

Visual Basic  Copy Code

Public Overrides Sub OnTouchMove( _
    x As Double, _
    y As Double _
)

 Parameters

x

A double value specifying the horizontal position of the touch.

y

A double value specifying the vertical position of the touch.

 See Also