Back to Devexpress

BootstrapChartScrollBarSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-220f4a09.md

latest2.2 KB
Original Source

BootstrapChartScrollBarSettings Class

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

Declaration

csharp
public class BootstrapChartScrollBarSettings :
    JsonProperties
vb
Public Class BootstrapChartScrollBarSettings
    Inherits 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

BootstrapChartScrollBarSettings Members

Chart

DevExpress.Web.Bootstrap Namespace