Show contents 

Report > Report Assembly Interfaces > IPrxChart > IPrxChart.BeginUpdate

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 resumed after the IPrxChart.EndUpdate method is called.

Example

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

See also:

IPrxChart | EndUpdate