SetSymbolOptions
Interface
Options for setting a chart's symbol.
Properties
dataReady
OptionalAn optional callback function. Called when the data for the new symbol has loaded.
Type
() => void
Type declaration
An optional callback function. Called when the data for the new symbol has loaded.
Signature
() => void
Returns
void
doNotActivateChart
OptionalA boolean flag. Allows to disable making the current chart active in the layout.
Type
boolean