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; }
Public Property TargetPoint As NChartPoint
Get
Set
public:
virtual property NChartPoint^ TargetPoint {
NChartPoint^ get () sealed;
void set (NChartPoint^ value) sealed;
}
Property Value
Type:
NChartPointSee Also