If this is set to True, the scroll bar will be displayed when the chart is zoomed in.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool ScrollerEnabled { get; set; }
Visual Basic (Declaration)
Public Property ScrollerEnabled As Boolean
Visual C++
public:
property bool ScrollerEnabled {
	bool get ();
	void set (bool value);
}

See Also