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
)
Public Sub RemoveCrosshair (
crosshair As NChartCrosshair
)
public:
virtual void RemoveCrosshair(
[InAttribute] NChartCrosshair^ crosshair
) sealed
Parameters
- crosshair
- Type: NChart3D_UWPNChartCrosshair
Crosshair to remove.
See Also