HI_SetGraphLineStat
%HI_SetGraphLineStat function
Function
The function sets the statistic function displayed in the Universal column for the given object in the graph table (control function).
Declaration
%HI_SetGraphLineStat(
INT in refId,
INT in lineNr,
INT in statFnct
)Parameters
refId | Reference (reference variable) to a displayer of the Graph type. |
lineNr | Serial number of the graphic flow. |
statFnct | Type of statistic function. Possible values:
Note: Value other than abovementioned disables the statistics, i.e. the Universal column will not show any value. |
Description
The function sets the statistic function specified by the parameter statFnct for object lineNr. Result if of the statistic function is to be shown in the table of displayer of Graph type (parameter refId) - the Universal column - for given object.
Note
More information - the parameter Table columns in the configuration of graphs.