Enabled: Boolean;
The Enabled property determines whether scroller is displayed.
Available values:
true. Scroller is displayed.
false. Scroller is not displayed (default).
Use JSON or the setEnabled method to set the property value, and the getEnabled method to get the property value.
The example of property use is given in description of the ChartScroller class constructor.
See also: