Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Settings

Index

Properties

allowIntervalChange

allowIntervalChange: boolean = true

Do we allow visitor to change interval?

allowTechnicalIndicators

allowTechnicalIndicators: boolean = false

Do we allow visitor to add/edit technical indicators

allowTrendLine

allowTrendLine: boolean = false

Do we allow visitor to draw a trend line on chart

autoChangeTickerOnTickerInputChange

autoChangeTickerOnTickerInputChange: boolean = true

Should we run setTicker on chart when ticker input is changed

type

{boolean}

defaultCloseDrawFunction

defaultCloseDrawFunction: string = "Area"

How chart will be drawn for first time if only close is available? Line/Area

defaultOhlcDrawFunction

defaultOhlcDrawFunction: string = "OHLC"

How chart will be drawn for first time if OHLC data is passed? OHLC/Candlestick/Line/Area

dimensions

dimensions: Dimensions = new Dimensions()

Chart dimensions

type

{VobcoCharts.Settings.Dimensions}

displayVolume

displayVolume: boolean = true

Should we display volume chart?

enableMouseWheel

enableMouseWheel: boolean = true

Enable mouse wheel

formatters

formatters: Formatters = new Formatters()

Formaters for dates, numbers...

grid

grid: Grid = new Grid()

Grid settings

type

{VobcoCharts.Settings.Grid}

heightOffset

heightOffset: number = 0

Used only if autoHeight is true, will move chart down of parent element allowing you to have some content on top of charts

htmlIndicatorForm

htmlIndicatorForm: HtmlIndicatorForm = new HtmlIndicatorForm()

Html edit indicator form described with json

see

{VobcoCharts.Settings.HtmlIndicatorForm}

type

{VobcoCharts.Settings.HtmlIndicatorForm}

htmlToolbar

htmlToolbar: HtmlToolbar = new HtmlToolbar()

Html Toolbar described with json

see

{VobcoCharts.Settings.HtmlToolbar}

type

{VobcoCharts.Settings.HtmlToolbar}

initComponents

initComponents: IInit = new InitComponents()

initGridComponents

initGridComponents: IInit = new InitGridComponents()

initGrids

initGrids: IInit = new InitGrids()

intervals

intervals: Array<Interval> = []

Intervals definitions, leave blank for standard day to week intervals

language

language: string = "en"

Chart language, this property works only with default translator

navigationPanel

navigationPanel: NavigationPanel = new NavigationPanel()

Navigation panel options

type

{VobcoCharts.Settings.NavigationPanel}

textSize

textSize: number = 1

Text zoom size

theme

theme: Theme = new Themes.Theme()

Chart theme

tooltip

tooltip: Tooltip = new Tooltip()

Tooltip settings

type

{VobcoCharts.Settings.Tooltip}

trendLine

trendLine: TrendLine = new TrendLine()

trend line settings

type

{VobcoCharts.Settings.TrendLine}

yAxis

yAxis: YAxis = new YAxis()

Y axis settings

type

{VobcoCharts.Settings.YAxis}

Generated using TypeDoc