MultiGraphSetStart

 

It is able to start/stop the multi-graph

 

void @MultiGraphSetStart(string classname, int flag);

 

Parameters

string classname : class name of multigraph

int flag : View mode (0 = stop, 1 = start)

 

Return Value

None

 

Example 1

@MultiGraphSetStart("MultiGraph1", 0);

Description : Stop multi-graph whose name is "MultiGrahph1".

 

Example 2

@MultiGraphSetStart("MultiGraph1", 1);

Description : Start multi-graph whose name is "MultiGrahph1".

 

 

Version Information

Supported Version: 10.3.6.10 or Higher

 

Related Helps

@MultiGraphAddTag()

@MultiGraphClear()

@MultiGraphDeleteTag()

@MultiGraphGetCursor1Data()

@MultiGraphGetCursor2Data()

@MultiGraphGetCursorData()

@MultiGraphGetDataSize()

@MultiGraphSetAlarmLineStyle()

@MultiGraphSetAlarmLIneThick()

@MultiGraphSetBackColor()

@MultiGraphSetBasicLevel()

@MultiGraphSetDataCycle()

@MultiGraphSetDataSize()

@MultiGraphSetGridLine()

@MultiGraphSetLogarithmicScale()

@MultiGraphSetPanelBackColor()

@MultiGraphSetPanelTextColor()

@MultiGraphSetStart()