| NChartCartesianSystemAddCrosshair Method  | 
 
Add crosshair to the cartesian system.
See NChartCrosshair.
 
    Namespace: 
   NChart3D_UWP
    Assembly:
   NChart3D_UWP (in NChart3D_UWP.dll) 
Syntaxpublic void AddCrosshair(
	NChartCrosshair crosshair
)
Public Sub AddCrosshair ( 
	crosshair As NChartCrosshair
)
public:
virtual void AddCrosshair(
	[InAttribute] NChartCrosshair^ crosshair
) sealed
Parameters
- crosshair
 - Type: NChart3D_UWPNChartCrosshair
Crosshair to add. 
See Also