MultiGraphGetCursor2Data

 

double MultiGraphGetCursor2Data(string classname, int member_pos);

 

Function to retrieve the current cursor2 data value of a Multi Graph object.

 

Parameters

classname – Class name specified in the multi-graph

member_pos – Position of the member from which to retrieve data

 

Return Value

Returns the corresponding data value if data exists. Returns 0 if no data is available.

 

Example 1

@MultiGraphGetCursor2Data("MultiGraph1", 5);

Description: Retrieves the cursor2 data value of the 5th element of the MultiGraph object named MultiGraph1.

 

Version Information

Supported Version: 10.2.9 or Higher

 

Related Helps

@MultiGraphAddTag()

@MultiGraphClear()

@MultiGraphDeleteTag()

@MultiGraphGetCursor1Data()

@MultiGraphGetCursor2Data()

@MultiGraphGetCursorData()

@MultiGraphGetDataSize()

@MultiGraphSetAlarmLineStyle()

@MultiGraphSetAlarmLIneThick()

@MultiGraphSetBackColor()

@MultiGraphSetBasicLevel()

@MultiGraphSetDataCycle()

@MultiGraphSetDataSize()

@MultiGraphSetGridLine()

@MultiGraphSetLogarithmicScale()

@MultiGraphSetPanelBackColor()

@MultiGraphSetPanelTextColor()

@MultiGraphSetVisible()