Click or drag to resize
NChartZoomToPointMode Property
Flag that determines if chart is zoomed to the cursor (true) or to the screen center (false). The default value is false.

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

Property Value

Type: Boolean
See Also