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

Chart3DControl.ShowCrosshair(Point) Method

Shows the Crosshair Cursor at the point with the specified coordinates related to the top-left corner of the 3D chart.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public void ShowCrosshair(
    Point screenPoint
)

Parameters

Name Type Description
screenPoint Point

The coordinates at which the cursor should be shown.

See Also