Mark or hide the tags set as a member of the multi-graph.
void @MultiGraphSetVisible(string classname, string tag, int visible);
Parameters
string classname : Class name of multi-graph
int visible : View mode (0 = hide, 1 = display)
Return Value
None
Example
@MultiGraphSetVisible("MultiGraph1", "TAG1", 0);
Description : Hide the graph of "Tag1" expressed in the multi-graph.
Version Information
Supported Version: 10.2.3 or Higher
Related Helps
@MultiGraphSetAlarmLineStyle()
@MultiGraphSetAlarmLIneThick()
@MultiGraphSetLogarithmicScale()
@MultiGraphSetPanelBackColor()