INChartCrosshairDelegateDidMove Method |
Report crosshair movement.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax void DidMove(
NChartCrosshair crosshair
)
Sub DidMove (
crosshair As NChartCrosshair
)
void DidMove(
[InAttribute] NChartCrosshair^ crosshair
)
Parameters
- crosshair
- Type: NChart3D_UWPNChartCrosshair
Pointer to the crosshair object that did move.
See Also