BubbleChart.requestRenderFrame

Syntax

requestRenderFrame(renderPoints: Boolean, renderGrid: Boolean);

Parameters

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.

Description

The requestRenderFrame method invokes asynchronous rerendering of bubble chart bubbles.

Comments

Available Values of the renderPoints parameter:

By default the renderPoints parameter is set to True.

Available Values of the renderGrid parameter:

By default the renderGrid parameter is set to True.

Example

The example of method use is given in description of the BubbleChart.applyColorScheme method.

See also:

BubbleChart