Search
ComponentController.OnTouchMove Method
See Also
 






Called when the user moves his finger on the screen.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

void OnTouchMove (
    double x,
    double y
)

Visual Basic  Copy Code

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