IPrxChart.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method disables refreshing of a chart.

Comments

After method call any refresh of the chart will be disabled. Internal events will not be generated.

This method is relevant when a great number of parameters or elements of a chart are changed, to avoid constant refreshing that may take quite a long time.

All changes are applied and refreshing is renewed after the EndUpdate method is called.

The example of use of the method is given in the AutoAdjust property.

See also:

IPrxChart | EndUpdate