Click or drag to resize
NChartShouldAutoScroll Property
Flag determining if chart should automatically scroll (true) or not (false) to the end if new data are added by the ExtendData call. The default value is NO. This flag takes effect in 2D mode only.

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

Property Value

Type: Boolean
See Also