Version

ScrollScaleAppearance Class

Appearance object governing how Scrolling and Scaling behave for the end user, and whether scrollbars should be enabled.
Syntax
'Declaration
 
Public Class ScrollScaleAppearance 
   Inherits AppearanceHelper
   Implements Infragistics.UltraChart.Resources.IProvideChartComponent 
Remarks

This is a child appearance appearing on the AxisAppearance corresponding to each axis. This object covers the presentation of a scrollbar (with zoom-in/zoom-out buttons for scaling) on one specific axis.

Scrolling and scaling can only be performed on two-dimensional axes. On hybrid charts (or custom layers where secondary axes are bound to separate data), X/X2 and Y/Y2 scrolling and scaling can be done independently of each other.

For backwards compatibility, scrollbars are not displayed by default.

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