| Infragistics.UltraChart.Resources.Appearance Namespace > ScrollScaleAppearance Class : Scroll Property (ScrollScaleAppearance) |
The scroll position.
[Visual Basic]
Public Overridable Property Scroll As Double[C#]
public virtual double Scroll {get; set;}This property defines how the scrollbar is positioned when the chart is originally displayed to the end user. It may have values of between 0.0 and 1.0.
By default, there is no scroll position because the entire chart is in view. Scrolling is only effective when the end user has zoomed-in (Scale is less than 1.0), whereupon the end user has someplace to scroll to.
This property is not used by WebChart. To enable the scrollbar in WebChart, set UltraChart.EnableScrollbar to True.