Holds information about mouse events that occur on a chart canvas.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class ChartMouseEventArgs : EventArgs
Visual Basic
Public Class ChartMouseEventArgs _
	Inherits EventArgs
Visual C++
public ref class ChartMouseEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Mindscape.SilverlightElements.Charting..::..ChartMouseEventArgs

See Also