Suspends screen repainting of the chart. The BeginUpdate method suspends screen repainting and change events until the EndUpdate method is called. Use BeginUpdate to speed processing and avoid flicker while items are added to or deleted from a collection.
Namespace: RSChartPanel
Delphi |
public |
The following example uses the BeginUpdate and EndUpdate methods to speed processing of the chart by suspending change events and screen painting:
|