HI_SetGraphAxisDesc
%HI_SetGraphAxisDesc function
Function
The function sets a description of the given axis of graph/XY graph connected in the displayer of the Graph.
Declaration
%HI_SetGraphAxisDesc(
INT in refId,
INT in axisNr,
TEXT in _desc
) Parameters
refId | Reference to a displayer |
axisNr | Axis serial number. |
_desc | Axis description. |
Description
The function sets the description of Y-axis or X-axis specified by the parameter axisNr. For Y-axis, the description in displayed on the upper part of the graph. If axisNr = 0, the description for x-axis will be set. For the time graphs, the color of description is the same as axis and is placed bottom right of graph area. In the XY graphs, it is displayed in compliance with configuration of 0-axis also in the bottom part of the graph.
Example
%HI_SetGraphAxisDesc(_Graph,1,"New Axis Description")