Click or drag to resize
NChartCrosshairTargetPoint Property
Target point for the crosshair. Use this property to set crosshair to track chart point. The point is not retained by the crosshair.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartPoint TargetPoint { get; set; }

Property Value

Type: NChartPoint
See Also