Skip to main content

Interface: SetSymbolOptions

Charting Library.SetSymbolOptions

Options for setting a chart's symbol.

Properties

dataReady

Optional dataReady: () => void

An optional callback function. Called when the data for the new symbol has loaded.

Type declaration

▸ (): void

Returns

void


doNotActivateChart

Optional doNotActivateChart: boolean

A boolean flag. Allows to disable making the current chart active in the layout.