Skip to main content

BootstrapChartScrollBarSettings Class

Stores settings related to the Chart control’s scrollbars.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartScrollBarSettings :
    JsonProperties

The following members return BootstrapChartScrollBarSettings objects:

Remarks

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.

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.Bootstrap.Internal.JsonProperties
BootstrapChartScrollBarSettings
See Also