Re-enables screen repainting and change events. Use EndUpdate to re-enable screen repainting and change events that were turned off with the BeginUpdate method.
Namespace: FMX.RS.ChartPanel
Delphi |
public |
The following example uses the BeginUpdate and EndUpdate methods to speed processing of the chart by suspending change events and screen painting:
|
Reference•BeginUpdate |