Implements ComponentController.OnMouseUp. Called when the user releases a mouse button.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public virtual void OnMouseUp ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub OnMouseUp( _ |
A double value specifying the horizontal position of mouse pointer.
A double value specifying the vertical position of mouse pointer.
See Also