Version

Scroll Property (ScrollScaleAppearance)

The scroll position.
Syntax
'Declaration
 
Public Overridable Property Scroll As Double
public virtual double Scroll {get; set;}
Remarks

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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also