Click or drag to resize
INChartCrosshairDelegate Interface
The INChartCrosshairDelegate interface provides methods to handle crosshair movements.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartCrosshairDelegate

The INChartCrosshairDelegate type exposes the following members.

Methods
  NameDescription
Public methodDidBeginMoving
Report beginning of crosshair movements.
Public methodDidEndMoving
Report ending of crosshair movements.
Public methodDidMove
Report crosshair movement.
Top
See Also