Search
AxesChart.CrosshairPosition Method
See Also
 





Gets the current location of the crosshair.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Nullable<Point> CrosshairPosition (
    AxesSeries series,
    Point mousePos
)

Visual Basic  Copy Code

Public Function CrosshairPosition( _
    series As AxesSeries, _
    mousePos As Point _
) As Nullable(Of Point)

 Parameters

series

The series.

mousePos

The position of the mouse.

 Return Value

The location of the crosshair measured in the Cartesian coordinate system.

 See Also