Implements ComponentController.OnTouchMove. Called when the user moves his finger on the screen.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public virtual void OnTouchMove ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub OnTouchMove( _ |
A double value specifying the horizontal position of the touch.
A double value specifying the vertical position of the touch.
See Also