aspnetbootstrap-devexpress-dot-web-dot-bootstrap-220f4a09.md
Stores settings related to the Chart control’s scrollbars.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartScrollBarSettings :
JsonProperties
Public Class BootstrapChartScrollBarSettings
Inherits JsonProperties
The following members return BootstrapChartScrollBarSettings objects:
The scroll bar allows a user to scroll the chart. In order to use the scroll bar, you need to set the Visible property to true and specify the ArgumentAxis and ValueAxis properties.
The scroll bar is hidden, by default. To make it visible, set the BootstrapChartScrollBarSettings.Visible property to true.
Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties BootstrapChartScrollBarSettings
See Also