Search
RotationController.OnTouchDown Method
See Also
 






PlotController.OnTouchDown override. Called when the user touches the screen.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override void OnTouchDown (
    double x,
    double y
)

Visual Basic  Copy Code

Public Overrides Sub OnTouchDown( _
    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