Click or drag to resize
INChartCrosshairDelegateDidEndMoving Method
Report ending of crosshair movements.

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

Parameters

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