| Infragistics.UltraChart.Resources.Appearance Namespace > ScrollScaleAppearance Class : Visible Property (ScrollScaleAppearance) |
Flag indicating whether the scrollbar is visible or hidden on the present Axis.
[Visual Basic]
Public Property Visible As Boolean[C#]
public bool Visible {get; set;}For backwards compatibility, the scrollbars default to hidden.
This property is not used by WebChart. To enable the scrollbar in WebChart, set UltraChart.EnableScrollbar to True.