Search
PlotController.OnTouchUp Method
See Also
 






Implements ComponentController.OnTouchUp. Called when the user releases his finger from the screen.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual void OnTouchUp (
    double x,
    double y
)

Visual Basic  Copy Code

Public Overridable 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