GraphDraw method (WinStudio scripts)
Applies To
IWSFormComponent interface, graph objects
Definition
Redraws a graph component.
Syntax
GraphDraw( )
Example
Sub Main() 'Forces the graph to redraw: ThisForm.Components("graph1").GraphDraw() End Sub