Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChartScrollbar

Hierarchy

  • _ChartScrollbar
    • ChartScrollbar

Index

Constructors

constructor

Properties

autoGridCount

autoGridCount: boolean

Specifies whether number of gridCount is specified automatically, acoarding to the axis size.

backgroundAlpha

backgroundAlpha: number

Background opacity.

default

1

backgroundColor

backgroundColor: string

Background color of the scrollbar.

default

#D4D4D4

categoryAxis

categoryAxis: default

Read-only. Category axis of the scrollbar.

color

color: string

Text color. Will use chart's color if not set.

graph

graph: default

Specifies which graph will be displayed in the scrollbar. Only Serial chart's scrollbar can display a graph.

graphFillAlpha

graphFillAlpha: number

Graph fill opacity. Value range is 0 - 1. 0.1

graphFillColor

graphFillColor: string

Graph fill color. #000000

graphLineAlpha

graphLineAlpha: number

Graph line opacity. Value range is 0 - 1.

graphLineColor

graphLineColor: string

Graph line color. #000000

graphType

graphType: string

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".

gridAlpha

gridAlpha: number

Grid opacity. Value range is 0 - 1. 0.7

gridColor

gridColor: string

Grid color. #FFFFFF

gridCount

gridCount: number

The number of grid lines.

hideResizeGrips

hideResizeGrips: boolean

Specifies whether resize grips are hidden when mouse is away from the scrollbar.

resizeEnabled

resizeEnabled: boolean

Specifies whether scrollbar has a resize feature.

default

true

scrollDuration

scrollDuration: number

Duration of scrolling, when the user clicks on scrollbar's background, in seconds.

default

2

scrollbarHeight

scrollbarHeight: number

Height (width, if chart is rotated) of a scrollbar.

default

20

selectedBackgroundAlpha

selectedBackgroundAlpha: number

Selected backround opacity.

default

1

selectedBackgroundColor

selectedBackgroundColor: string

Selected background color. #EFEFEF

selectedGraphFillAlpha

selectedGraphFillAlpha: number

Selected graph's fill opacity. Value range is 0 - 1. 0.5

selectedGraphFillColor

selectedGraphFillColor: string

Selected graph's fill color. #000000

selectedGraphLineAlpha

selectedGraphLineAlpha: number

Selected graph's line opacity. Value range is 0 - 1.

selectedGraphLineColor

selectedGraphLineColor: string

Selected graph's line color. #000000

updateOnReleaseOnly

updateOnReleaseOnly: boolean

Specifies if the chart should be updated while dragging/resizing the scrollbar or only at the moment when user releases mouse button.

Generated using TypeDoc