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; }
Public Property ShouldAutoScroll As Boolean
Get
Set
public:
virtual property bool ShouldAutoScroll {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also