Class ChartScrollbarSettings

Index

Properties

Properties

public autoGridCount: boolean

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

default

true

public backgroundAlpha: number

Background opacity.

public backgroundColor: string

Background color of the scrollbar.

public color: string

Text color.

public enabled: boolean

Set false if you don't need scrollbar.

default

true

public fontSize: number

Font size.

public graph: AmGraph

Specifies which graph will be displayed in the scrollbar.

public graphFillAlpha: number

Graph fill opacity.

public graphFillColor: string

Graph fill color.

public graphLineAlpha: number

Graph line opacity.

public graphLineColor: string

Graph line color.

public graphType: string

Type of chart scrollbar's graph. 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.

public gridAlpha: number

Grid opacity.

public gridColor: string

Grid color.

public gridCount: number

Grid count. You should set autoGridCount to false in order this property to work.

public height: number

Height of scrollbar, in pixels.

default

40

public hideResizeGrips: boolean

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

public scrollDuration: number

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

public selectedBackgroundAlpha: number

Selected background opacity.

public selectedBackgroundColor: string

Selected background color.

public selectedGraphFillAlpha: number

Selected graph'sfill opacity.

public selectedGraphFillColor: string

Selected graph'sfill color.

public selectedGraphLineAlpha: number

Selected graph'sline opacity.

public selectedGraphLineColor: string

Selected graph's line color.

public updateOnReleaseOnly: boolean

Specifies if the chart should be updated while dragging/resizing the scrollbar or only at the moment when user releases mouse button. Usefull when working with large data sets.

default

true