PlotController.OnTouchDown override. Called when the user touches the screen.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public override void OnTouchDown ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Sub OnTouchDown( _ |
A double value specifying the horizontal position of the touch.
A double value specifying the vertical position of the touch.
See Also