ChartScrollbar class displays chart scrollbar. Supported by AmSerialChart and AmXYChart.
Specifies whether number of gridCount is specified automatically, acoarding to the axis size.
Background opacity.
Background color of the scrollbar.
Read-only. Category axis of the scrollbar.
Text color. Will use chart's color if not set.
Specifies which graph will be displayed in the scrollbar. Only Serial chart's scrollbar can display a graph.
Graph fill opacity. Value range is 0 - 1. 0.1
Graph fill color. #000000
Graph line opacity. Value range is 0 - 1.
Graph line color. #000000
by default the graph type is the same as the original graph's type, however in case of candlestick or ohlc you might want to show line graph in the scrollbar. Possible values are: "line", "column", "step", "smoothedLine", "candlestick", "ohlc".
Grid opacity. Value range is 0 - 1. 0.7
Grid color. #FFFFFF
The number of grid lines.
Specifies whether resize grips are hidden when mouse is away from the scrollbar.
Specifies whether scrollbar has a resize feature.
Duration of scrolling, when the user clicks on scrollbar's background, in seconds.
Height (width, if chart is rotated) of a scrollbar. 20
Selected backround opacity.
Selected background color. #EFEFEF
Selected graph's fill opacity. Value range is 0 - 1. 0.5
Selected graph's fill color. #000000
Selected graph's line opacity. Value range is 0 - 1.
Selected graph's line color. #000000
Specifies if the chart should be updated while dragging/resizing the scrollbar or only at the moment when user releases mouse button.