[]
        
(Showing Draft Content)

C1.WPF.C1Chart.ChartView.GetPosition

GetPosition Method

GetPosition(MouseEventArgs)

Returns coordinates of the mouse pointer in the ChartView space.

Declaration
public Point GetPosition(MouseEventArgs e)
Public Function GetPosition(e As MouseEventArgs) As Point
Parameters
Type Name Description
MouseEventArgs e

Mouse event data.

Returns
Type Description
Point

The coordinates of the mouse position.