double MultiGraphGetCursor1Data(string classname, int member_pos);
Function to retrieve the current cursor1 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
@MultiGraphGetCursor1Data("MultiGraph1", 5);
Description: Retrieves the cursor1 data value of the 5th element of the MultiGraph object named MultiGraph1.
Version Information
Supported Version: 10.2.9 or Higher
Related Helps
@MultiGraphSetAlarmLineStyle()
@MultiGraphSetAlarmLIneThick()
@MultiGraphSetLogarithmicScale()
@MultiGraphSetPanelBackColor()