NChartCrosshairShouldJumpToTouch Property |
Flag determining if the crosshair should move to the touch wherever the touch location is. The default value is NO.
If this flag is YES, all the touches are catched by the topmost crosshair (the one that was last added to
the cartesian system of the chart). So no other user interactions like pan and point selection are possible in the
chart.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShouldJumpToTouch { get; set; }
Public Property ShouldJumpToTouch As Boolean
Get
Set
public:
virtual property bool ShouldJumpToTouch {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also