Raised when the mouse enters the chart area.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event EventHandler<ChartMouseEventArgs> ChartMouseEnter
Visual Basic
Public Event ChartMouseEnter As EventHandler(Of ChartMouseEventArgs)
Visual C++
public:
 event EventHandler<ChartMouseEventArgs^>^ ChartMouseEnter {
	void add (EventHandler<ChartMouseEventArgs^>^ value);
	void remove (EventHandler<ChartMouseEventArgs^>^ value);
}

See Also