Skip to main content
A newer version of this page is available. .

BootstrapChart.SettingsScrollBar Property

Provides access to the Chart’s scroll bar settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapChartScrollBarSettings

An BootstrapChartScrollBarSettings object that contains scroll bar settings.

See Also