Click or drag to resize
INChartCrosshairDelegateDidMove Method
Report crosshair movement.

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

Parameters

crosshair
Type: NChart3D_UWPNChartCrosshair
Pointer to the crosshair object that did move.
See Also