Raised when the left mouse button is released over the 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> ChartMouseLeftButtonUp
Visual Basic
Public Event ChartMouseLeftButtonUp As EventHandler(Of ChartMouseEventArgs)
Visual C++
public:
 event EventHandler<ChartMouseEventArgs^>^ ChartMouseLeftButtonUp {
	void add (EventHandler<ChartMouseEventArgs^>^ value);
	void remove (EventHandler<ChartMouseEventArgs^>^ value);
}

See Also