Interface for a class ScrollbarSettings
boolean
If set to true, activates the scrollbar for lazy loading in charts. If set to false, the scrollbar is disabled.
boolean
Specifies whether zooming by scrollbar is enabled or disabled.
string
The gripColor
property specifies the color of the thumb grip of the scrollbar.
number
Defines the height of the scrollbar.
number
Defines the length of the points for numeric and logarithmic values.
Specifies the position of the scrollbar in the chart. The available options are:
Top
: Places the scrollbar at the top of the chart. Applicable only for horizontal scrollbars.Bottom
: Places the scrollbar at the bottom of the chart. Applicable only for horizontal scrollbars.Left
: Places the scrollbar on the left side of the chart. Applicable only for vertical scrollbars.Right
: Places the scrollbar on the right side of the chart. Applicable only for vertical scrollbars.PlaceNextToAxisLine
: Places the scrollbar next to the axis line.Specifies the range for date-time values only.
string
Defines the color for the scrollbar.
number
Defines the border radius for the scrollbar.
string
Specifies the color used for the background of the track area in the scrollbar.
number
Defines the border radius for back rect.