Returns coordinates of the mouse pointer in the ChartView space.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public Point GetPosition(
	MouseEventArgs e
)
Visual Basic
Public Function GetPosition ( _
	e As MouseEventArgs _
) As Point

Parameters

e
Type: System.Windows.Input..::..MouseEventArgs
Mouse event data.

Return Value

The coordinates of the mouse position.

See Also