requestRenderFrame(renderPoints: Boolean, renderGrid: Boolean);
renderPoints. Indicates if bubbles and related elements (selection, history) must be rerendered. Optional parameter.
renderGrid. Indicates if coordinate grid and axes of bubble chart must be rerendered. Optional parameter.
The requestRenderFrame method invokes asynchronous rerendering of bubble chart bubbles.
Available Values of the renderPoints parameter:
true. Bubbles and related elements must be rerendered.
false. Bubble chart and related elements do not require rerendering.
By default the renderPoints parameter is set to True.
Available Values of the renderGrid parameter:
true. Coordinate grid and bubble chart axes must be rerendered.
false. Coordinate grid and bubble chart axes do not require rerendering.
By default the renderGrid parameter is set to True.
The example of method use is given in description of the BubbleChart.applyColorScheme method.
See also: