WinStudio
IWSFormComponent interface, graph objects
Redraws a graph component.
GraphDraw( )
Sub Main() 'Forces the graph to redraw: ThisForm.Components("graph1").GraphDraw() End Sub