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

XYDiagram2D.ShowCrosshair(Object, Object, Axis2D, Axis2D, XYDiagramPaneBase) Method

Shows the Crosshair Cursor at the point of the specified diagram coordinates related to the specified axes and pane.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void ShowCrosshair(
    object argument,
    object value,
    Axis2D axisX = null,
    Axis2D axisY = null,
    XYDiagramPaneBase pane = null
)

Parameters

Name Type Description
argument Object

The argument value.

value Object

The value.

Optional Parameters

Name Type Default Description
axisX Axis2D *null*

The X-axis by which the argument is measured.

axisY Axis2D *null*

The Y-axis by which the value is measured.

pane XYDiagramPaneBase *null*

The pane on which the Crosshair Cursor should be shown.

See Also