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