Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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