DataVisualizer.beginUpdate

Syntax

beginUpdate();

Description

The beginUpdate method starts data update mode that disables component redrawing until exiting from this mode.

Comments

Use the endUpdate method to exit the data update mode.

Example

The example of method use is given in the page with description of the DataVisualizer.UseLegendsPacking property.

See also:

DataVisualizer