Click or drag to resize
NChartCartesianSystemAddCrosshair Method
Add crosshair to the cartesian system. See NChartCrosshair.

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

Parameters

crosshair
Type: NChart3D_UWPNChartCrosshair
Crosshair to add.
See Also