CALL mu.graph.refresh($name)
Function
This routine requests a redraw of the specified graph. The labels and scaling are not updated.
Usage Considerations
The redraw occurs in any top-level windows for all menu tasks if they are displaying the specified graph. However, the menu graph display must have the auto refresh option enabled and the menu page must have a refresh rate specified.
If additional data elements have been defined, they are displayed. However, if auto-scaling is enabled and the new elements have values outside the scale, they will not be displayed. If this happens, use the mu.graph.redraw function instead of the refresh function.
This routine can be called from any task.
Input Parameters
$name
The name of the graph definition array.
Related Routines