IPrxChart.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes chart refreshing.

Comments

After calling the method, all the changes that were performed in the table in between calling the BeginUpdate and the EndUpdate methods, are also applied.

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

See also:

IPrxChart | BeginUpdate