Show contents 

Report > Report Assembly Interfaces > IPrxChart > IPrxChart.EndUpdate

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.

Example

The method use is given in the example for IPrxChart.PointChartMode.

See also:

IPrxChart | BeginUpdate