Skip to main content

XYDiagram2D.ShowCrosshair(ControlCoordinates) Method

Shows the Crosshair Cursor at the specified coordinate of the Chart Control.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public void ShowCrosshair(
    ControlCoordinates coordinates
)

Parameters

Name Type Description
coordinates ControlCoordinates

The Chart Control coordinate.

See Also