Back to Devexpress

Chart3DControl.HideCrosshair() Method

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-83c57158.md

latest1.7 KB
Original Source

Chart3DControl.HideCrosshair() Method

Hides the Crosshair Cursor.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public void HideCrosshair()
vb
Public Sub HideCrosshair

Remarks

The following example hides the Crosshair Cursor:

xaml
<dxc:Chart3DControl x:Name="chart" ...>
  ...
</dxc:Chart3DControl>
csharp
chart.HideCrosshair();
vb
chart.HideCrosshair()

You can use the ShowCrosshair(Point) or ShowCrosshair(Point, Boolean) method to show the Crosshair Cursor at the point with the specified coordinates relative to the 3D chart’s top-left corner.

See Also

ShowCrosshair(Point)

ShowCrosshair(Point, Boolean)

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace