Skip to main content

BootstrapChart.SettingsScrollBar Property

Provides access to the Chart’s scroll bar settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartScrollBarSettings SettingsScrollBar { get; }

Property Value

Type Description
BootstrapChartScrollBarSettings

An BootstrapChartScrollBarSettings object that contains scroll bar settings.

See Also