User Tools

Site Tools


refresh_refresh_drawing_of_graphclass_object_.htm
Navigation:  ABC Library Reference > GraphClass > GraphClass Methods >====== Refresh (refresh drawing of GraphClass object) ====== Previous pageReturn to chapter overviewNext page

Refresh( parRefresh )

blk2blue.jpg

Refresh Pre-processes and draws graph object
parRefresh A Boolean value that determines refresh is active

The Refresh method is used to redraw and resize the graph object. This method is called throughout the graph control template when any element of the graph has changed. You can also use the Refresh method when data has changed, or initialization of a drilldown graph object is needed.

If the parRefresh flag is FALSE (default), the graph object will not be refresh. The BeginRefresh method is used to pre-process the Refresh method, and set the parRefresh flag to TRUE if a refresh is ready to execute.

Implementation:

The Refresh method is called when a graph event (Event:Refresh) is posted.

See Also:     BeginRefresh , Resize

refresh_refresh_drawing_of_graphclass_object_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1