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

BootstrapChartScrollBarSettings.Offset Property

Specifies the spacing between the scroll bar and the chart’s plot in pixels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(5)]
public int Offset { get; set; }

Property Value

Type Default Description
Int32 5

An integer number that specifies the offset in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to Offset
BootstrapChart
See Also