Search
RotationController.OnTouchUp Method
See Also
 






PlotController.OnTouchUp override. Called when the user releases his finger from the screen.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override void OnTouchUp (
    double x,
    double y
)

Visual Basic  Copy Code

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