AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.ui.ScrollBar Improve this Doc

Methods Overview

Specific settings
buttonsVisible()Enable/disable scroll button
Coloring
backgroundFill()Background fill settings.
backgroundStroke()Background stroke settings.
mouseOutOpacity()The mouse out opacity
mouseOverOpacity()The mouse over opacity
sliderFill()Slider fill settings.
sliderStroke()Slider stroke settings.
Interactivity
enabled()Element state (enabled or disabled).
Size and Position
barSize()Bar size settings.
bottom()Bottom bound settings.
bounds()Bounds settings.
cornersRadius()Corners radius
getPixelBounds()Returns pixel bounds.
height()Height settings.
left()Left bound settings.
maxHeight()Maximum height.
maxWidth()Maximum width.
minHeight()Minimum height.
minWidth()Minimum width.
right()Right bound settings.
top()Top bound settings.
width()Width settings.
zIndex()Z-index of the element.

Methods Description

backgroundFill

Getter for the background fill.

Returns:

anychart.graphics.vector.Fill | string - Background fill settings.
Setter for background fill settings using an array, an object or a string. Learn more about coloring.

Params:

NameTypeDescription
coloranychart.graphics.vector.Fill | Array.<(anychart.graphics.vector.GradientKey|string)>Color as an array, an object or string.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Background fill color with opacity.

Params:

NameTypeDescription
colorstringColor as a string.
opacitynumberColor opacity.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Linear gradient fill for background. Learn more about coloring.

Params:

NameTypeDescription
keysArray.<(anychart.graphics.vector.GradientKey|string)>Gradient keys.
anglenumberGradient angle.
modeboolean | anychart.graphics.vector.Rect | ObjectGradient mode.
opacitynumberGradient opacity.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Radial gradient fill for background. Learn more about coloring.

Params:

NameTypeDescription
keysArray.<(anychart.graphics.vector.GradientKey|string)>Color-stop gradient keys.
cxnumberX ratio of center radial gradient.
cynumberY ratio of center radial gradient.
modeanychart.graphics.math.RectIf defined then userSpaceOnUse mode, else objectBoundingBox.
opacitynumberOpacity of the gradient.
fxnumberX ratio of focal point.
fynumberY ratio of focal point.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Image fill for background. Learn more about coloring.

Params:

NameTypeDescription
imageSettingsanychart.graphics.vector.FillObject with settings.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

backgroundStroke

Getter for the background stroke.

Returns:

anychart.graphics.vector.Stroke | string - Background stroke settings.
See listing
var stroke = scrollBar.backgroundStroke();
Setter for the background stroke.

Params:

NameTypeDescription
coloranychart.graphics.vector.Stroke | anychart.graphics.vector.ColoredFill | string | nullStroke settings.
thicknessnumberLine thickness.
dashpatternstringControls the pattern of dashes and gaps used to stroke paths.
lineJoinstring | anychart.graphics.vector.StrokeLineJoinLine join style.
lineCapstring | anychart.graphics.vector.StrokeLineCapLine cap style.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

barSize

Getter for the bar size.

Returns:

number - Bar size.
See listing
var barSize = scrollBar.barSize();
Setter for the bar size.

Params:

NameTypeDefaultDescription
sizenumber
10
Bar size to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

bottom

Getter for element bottom bound settings.

Returns:

number | string | undefined - Element's bottom bound setting.
Setter for element bottom bound settings.

Params:

NameTypeDefaultDescription
bottomnumber | string | null
null
Bottom bound settings for the element.

Returns:

anychart.core.ui.ScrollBar - Returns self for method chaining.

bounds

Getter for element bounds settings.

Returns:

anychart.core.utils.Bounds - Bounds of the element.
Setter for bounds of the element using one parameter.

Params:

NameTypeDescription
boundsanychart.utils.RectObj | anychart.math.Rect | anychart.core.utils.BoundsBounds of element.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Setter for element bounds settings.

Params:

NameTypeDefaultDescription
xnumber | string
null
X-coordinate.
ynumber | string
null
Y-coordinate.
widthnumber | string
null
Width.
heightnumber | string
null
Height.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

buttonsVisible

Getter for the adding/removing the scroll button from the scroll bar.

Returns:

boolean - ButtonsVisible Flag.
See listing
var buttonsVisible = scrollBar.buttonsVisible();
Setter for the adding/removing the scroll button from the scroll bar.

Params:

NameTypeDefaultDescription
enabledboolean
false
Whether show or hide the scroll buttons.

Returns:

boolean | anychart.core.ui.ScrollBar - Self instance for method chaining.

cornersRadius

Getter for corners radius.

Returns:

number - Scrollbar corners radius.
See listing
var cornersRadius = scrollBar.cornersRadius()
Setter for corners radius.
Note: corners radius can't exceed the half of the smallest scroll bar side.

Params:

NameTypeDescription
radiusnumberCorners radius to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

enabled

Getter for the element state (enabled or disabled).

Returns:

boolean - Element state.
Setter for the element enabled state.

Params:

NameTypeDefaultDescription
enabledboolean
true
Enabled state to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Example.
if (!element.enabled())
   element.enabled(true);

getPixelBounds

Returns pixel bounds of the element due to parent bounds and self bounds settings.

Returns:

anychart.math.Rect - Pixel bounds of the element.

height

Getter for element height settings.

Returns:

number | string | undefined - Element's height setting.
Setter for element height setting.

Params:

NameTypeDefaultDescription
heightnumber | string | null
null
Height settings for the element.

Returns:

anychart.core.ui.ScrollBar - Returns self for method chaining.

left

Getter for element left bound settings.

Returns:

number | string | undefined - Element's left bound setting.
Setter for element left bound settings.

Params:

NameTypeDefaultDescription
leftnumber | string | null
null
Left bound setting for the element.

Returns:

anychart.core.ui.ScrollBar - Returns self for method chaining.

maxHeight

Getter for the maximum height.

Returns:

number | string | null - Element's maximum height.
Setter for the maximum height.

Params:

NameTypeDefaultDescription
heightnumber | string | null
null
Maximum height to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

maxWidth

Getter for the maximum width.

Returns:

number | string | null - Element's maximum width.
Setter for the maximum width.

Params:

NameTypeDefaultDescription
widthnumber | string | null
null
Maximum width to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

minHeight

Getter for the minimum height.

Returns:

number | string | null - Element's minimum height.
Setter for the minimum height.

Params:

NameTypeDefaultDescription
heightnumber | string | null
null
Minimum height to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

minWidth

Getter for the minimum width.

Returns:

number | string | null - Element's minimum width.
Setter for the minimum width.

Params:

NameTypeDefaultDescription
widthnumber | string | null
null
Minimum width to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

mouseOutOpacity

Getter for the mouse out opacity.

Returns:

number - The mouse out opacity.
See listing
var mouseOutOpacity = scrollBar.mouseOutOpacity();
Setter for the mouse out opacity.

Params:

NameTypeDefaultDescription
opacitynumber
0.25
Opacity to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

mouseOverOpacity

Getter for the mouse over opacity.

Returns:

number - The mouse over opacity.
See listing
var mouseOverOpacity = scrollBar.mouseOverOpacity();
Setter for the mouse over opacity.

Params:

NameTypeDescription
opacitynumberOpacity to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Getter for element right bound settings.

Returns:

number | string | undefined - Element's right bound setting.
Setter for element right bound setting.

Params:

NameTypeDefaultDescription
rightnumber | string | null
null
Right bound setting for the element.

Returns:

anychart.core.ui.ScrollBar - Returns self for method chaining.

sliderFill

Getter for the slider fill.

Returns:

anychart.graphics.vector.Fill | string - Slider fill settings.
See listing
var sliderFill = scrollBar.sliderFill();
Setter for slider fill settings using an array, an object or a string. Learn more about coloring.

Params:

NameTypeDescription
coloranychart.graphics.vector.Fill | Array.<(anychart.graphics.vector.GradientKey|string)>Color as an array, an object or string.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Slider fill color with opacity.

Params:

NameTypeDescription
colorstringColor as a string.
opacitynumberColor opacity.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Linear gradient fill for slider. Learn more about coloring.

Params:

NameTypeDescription
keysArray.<(anychart.graphics.vector.GradientKey|string)>Gradient keys.
anglenumberGradient angle.
modeboolean | anychart.graphics.vector.Rect | ObjectGradient mode.
opacitynumberGradient opacity.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Radial gradient fill for slider. Learn more about coloring.

Params:

NameTypeDescription
keysArray.<(anychart.graphics.vector.GradientKey|string)>Color-stop gradient keys.
cxnumberX ratio of center radial gradient.
cynumberY ratio of center radial gradient.
modeanychart.graphics.math.RectIf defined then userSpaceOnUse mode, else objectBoundingBox.
opacitynumberOpacity of the gradient.
fxnumberX ratio of focal point.
fynumberY ratio of focal point.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.
Image fill for slider. Learn more about coloring.

Params:

NameTypeDescription
imageSettingsanychart.graphics.vector.FillObject with settings.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

sliderStroke

Getter for the slider stroke.

Returns:

anychart.graphics.vector.Stroke | string - Slider stroke settings.
See listing
var sliderStroke = scrollBar.sliderStroke();
Setter for the slider stroke.

Params:

NameTypeDescription
coloranychart.graphics.vector.Stroke | anychart.graphics.vector.ColoredFill | string | nullStroke settings.
thicknessnumberLine thickness.
dashpatternstringControls the pattern of dashes and gaps used to stroke paths.
lineJoinstring | anychart.graphics.vector.StrokeLineJoinLine join style.
lineCapstring | anychart.graphics.vector.StrokeLineCapLine cap style.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.

top

Getter for element top bound settings.

Returns:

number | string | undefined - Element's top bound setting.
Setter for element top bound settings.

Params:

NameTypeDefaultDescription
topnumber | string | null
null
Top bound setting for the element.

Returns:

anychart.core.ui.ScrollBar - Returns self for method chaining.

width

Getter for element width settings.

Returns:

number | string | undefined - Element's width setting.
Setter for element width setting.

Params:

NameTypeDefaultDescription
widthnumber | string | null
null
Width settings for the element.

Returns:

anychart.core.ui.ScrollBar - Returns self for method chaining.

zIndex

Getter for the Z-index of the element.

Returns:

number - Z-index.
Setter for the Z-index of the element.

Params:

NameTypeDefaultDescription
zIndexnumber
0
Value to set.

Returns:

anychart.core.ui.ScrollBar - Self instance for method chaining.