Skip to main content
A newer version of this page is available. .

XYDiagram2D.ShowCrosshair(ControlCoordinates) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void ShowCrosshair(
    ControlCoordinates coordinates
)

Parameters

Name Type Description
coordinates ControlCoordinates

The Chart Control coordinate.

See Also