Report > Report Assembly Interfaces > IPrxChart > IPrxChart.BeginUpdate
BeginUpdate;
The BeginUpdate method disables refreshing of a chart.
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.
The method use is given in the example for IPrxChart.PointChartMode.
See also: