ParallelCoordinates.requestRenderFrame

Syntax

requestRenderFrame(renderPoints: Boolean, renderGrid: Boolean, sync: Boolean);

Parameters

renderPoints. Indicates whether points are drawn in the chart. Optional parameter. Available values:

renderGrid. Indicates whether table is drawn in the chart. Optional parameter. Available values:

sync. Indicates whether the method is executed synchronously. Optional parameter. Available values:

Description

The requestRenderFrame method sends a request to redraw the chart.

Example

The example of method use is given in description of the PCAxis.BaseStroke property.

See also:

ParallelCoordinates