The 'MultiGraphSetVisible' function changes the 'View Mode' property of the graph in Multi-graph object.
void @MultiGraphSetVisible(string class_name, string tag, int visible);
Parameters
string class_name : class name of Multi-graph object
string tag : tag
int visible : 'View Mode' property (0 = hide, 1 = visible)
Return Value
none
Example
@MultiGraphSetVisible("MultiGraph1", "TAG1", 0);
Description : The graph of 'TAG1' in 'MultiGraph1' is hidden.
Version Information
spported version : 10.2.3 or higher
Reference