DataVisualizer.endUpdate

Syntax

endUpdate();

Description

The endUpdate method switches off data update mode that disables component redrawing until exiting from this mode.

Comments

The Data update mode is enabled with the beginUpdate method.

Example

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

See also:

DataVisualizer