Version

Width Property (ScrollScaleAppearance)

Width of the scrollbar (in pixels).
Syntax
'Declaration
 
Public Property Width As Integer
public int Width {get; set;}
Remarks

It is sometimes more convenient to think of the width of the scrollbar as its thickness. The scrollbar will always run the length spanned by the axis.

Width applies to the 2-D thickness of the flat scrollbar rendered; when appearing in 3-D charts a scrollbar should have both a Width and a Height specified.

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