Click or drag to resize
NChartShouldToggleAutoScrollByPan Property
Flag determining if automatical scroll should be automatically toggled by pan (true) or not (false). The default value is false. If this flag is true, automatical scroll is switched on (ShouldAutoScroll is set to true) if user pans to the right-most position of the chart and switched off (ShouldAutoScroll is set to false) if user pans left. This flag takes effect in 2D mode only.

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

Property Value

Type: Boolean
See Also