The ChartMouseEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyConstrainedLogicalPoint
Gets the logical postion of the mouse pointer constrained by the dimensions of the chart canvas.
Public propertyIsMouseDown
Gets whether or not the left mouse button is down.
Public propertyIsMouseOver
Gets whether or not the mouse pointer is within the bounds of the chart canvas.
Public propertyLogicalPoint
Gets the logical position of the mouse pointer over the chart canvas.
Public propertyPhysicalPoint
Gets the physical position of the mouse pointer over the chart canvas.

See Also