public class Events extends BaseOption
Event listeners for the chart.
Copyright (c) 2018 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
Events() |
Modifier and Type | Method and Description |
---|---|
Function |
getLoad()
Fires when the chart is finished loading.
|
Function |
load()
Fires when the chart is finished loading.
|
Events |
load(Function load)
Fires when the chart is finished loading.
|
Events |
setLoad(Function load)
Fires when the chart is finished loading.
|
set_hcNulledOption
public Function load()
Fires when the chart is finished loading. Since v4.2.2, it also waits for images to be loaded, for example from point markers. One parameter, event
, is passed to the function, containing common event information.
There is also a second parameter to the chart constructor where a callback function can be passed to be executed on chart.load.
public Events load(Function load)
Fires when the chart is finished loading. Since v4.2.2, it also waits for images to be loaded, for example from point markers. One parameter, event
, is passed to the function, containing common event information.
There is also a second parameter to the chart constructor where a callback function can be passed to be executed on chart.load.
load
- the value for the load optionpublic Function getLoad()
Fires when the chart is finished loading. Since v4.2.2, it also waits for images to be loaded, for example from point markers. One parameter, event
, is passed to the function, containing common event information.
There is also a second parameter to the chart constructor where a callback function can be passed to be executed on chart.load.
public Events setLoad(Function load)
Fires when the chart is finished loading. Since v4.2.2, it also waits for images to be loaded, for example from point markers. One parameter, event
, is passed to the function, containing common event information.
There is also a second parameter to the chart constructor where a callback function can be passed to be executed on chart.load.
load
- the value for the load optionCopyright © 2022. All rights reserved.