Skip to main content
Version: latest

SetSymbolOptions

Interface

Options for setting a chart's symbol.

Properties

dataReady

Optional

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

Type

() => void

Type declaration

Signature

() => void
Returns

void


doNotActivateChart

Optional

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

Type

boolean