beforeRender method
This is called at the start of a render. It is only called once, even if the animation will run for a number of frames. Use beforeDraw or afterDraw to do something on each animation frame
Implementation
external void beforeRender(Chart chartInstance);