A newer version of this page is available.
Switch to the current version.
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; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsScrollBar As BootstrapChartScrollBarSettings
Property Value
Type | Description |
---|---|
BootstrapChartScrollBarSettings | An BootstrapChartScrollBarSettings object that contains scroll bar settings. |
See Also
Feedback