Click or drag to resize
NChartCartesianSystemRemoveCrosshair Method
Remove crosshair from the cartesian system. See NChartCrosshair.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void RemoveCrosshair(
	NChartCrosshair crosshair
)

Parameters

crosshair
Type: NChart3D_UWPNChartCrosshair
Crosshair to remove.
See Also