requestRenderFrame(renderPoints: Boolean, renderGrid: Boolean, sync: Boolean);
renderPoints. Indicates whether points are drawn in the chart. Optional parameter. Available values:
true. Points are drawn in the chart.
false. Points are not drawn in the chart (default).
renderGrid. Indicates whether table is drawn in the chart. Optional parameter. Available values:
true. A table is drawn in the chart.
false. No table is drawn in the chart (default).
sync. Indicates whether the method is executed synchronously. Optional parameter. Available values:
true. The method is executed synchronously.
false. The method is executed asynchronously (default).
The requestRenderFrame method sends a request to redraw the chart.
The example of method use is given in description of the PCAxis.BaseStroke property.
See also: