guiGraphSetMarker (Function) |
Top Previous Next |
This function controls the horizontal markers on the graph. The markers can be used to e.g. show maximum or minimum temperatures that the readings should not exceed.
Input: graph : SYSHANDLE The handle to the graph to set the marker on.
marker : INT (1..4) default 1 The marker to update.
value : INT default 0 The value of the marker, determining the horizontal position.
enable : BOOL default TRUE Set to TRUE to show the marker, set to FALSE to hide it.
Returns: INT
Declaration: FUNCTION guiGraphSetMarker : INT;
Example: INCLUDE rtcu.inc |