HI_OpenDynamGraph
%HI_OpenDynamGraph function
Function
The function %HI_OpenDynamGraph opens a dynamic graph.
Declaration
%HI_OpenDynamGraph(
HBJ in _newObj,
INT in _row,
INT in _col,
INT in _graphType
)Parameters
|
|
|
|
|
|
Description
The function opens dynamic graph with parameters:
0 - single graph - graph intended only for particular object, it can have the alternative flows
1 - multigraph, the object is added into the last opened multigraph, if the multigraph is full or does not exist the new one will be created
2 - new multigraph - the object creates new multigraph, if the multigraph is full or does not exist the new one will be created
Example
%HI_OpenDynamGraph(Sec\HBJ,0,0,2)