ASP.NET Pack Programmer's Guide
LegendController.OnMouseDown Method
See Also
 





Implements ComponentController.OnMouseDown. Called when the user presses a mouse button.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public override void OnMouseDown (
    double x,
    double y
)

Visual Basic  Copy Code

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

LegendController Members
LegendController Class
MindFusion.Charting Namespace