Gets the current location of the crosshair.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<Point> CrosshairPosition ( |
Visual Basic
Copy Code
|
|---|
Public Function CrosshairPosition( _ |
The series.
The position of the mouse.
The location of the crosshair measured in the Cartesian coordinate system.
See Also