Charting for WinForms Programmer's Guide
RotationController.OnMouseUp Method
See Also
 






PlotController.OnMouseUp override. Called when the user releases a mouse button.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override void OnMouseUp (
    double x,
    double y
)

Visual Basic  Copy Code

Public Overrides Sub OnMouseUp( _
    x As Double, _
    y As Double _
)

 Parameters

x

A double value specifying the horizontal position of mouse pointer.

y

A double value specifying the vertical position of mouse pointer.

 See Also

RotationController Members
RotationController Class
MindFusion.Charting Namespace