HI_SetGraphBackColor
%HI_SetGraphBackColor function
Function
The function %HI_SetGraphBackColor sets the background color of the graph connected to the displayer of the Graph or XY Graph types (Control function).
Declaration
%HI_SetGraphBrowserBackColor(
INT in refId,
INT in RGB
)Parameters
refId | Reference to a displayer (reference variable). |
RGB | RGB index of color. |
Note
The function sets the background color of the graph connected to the displayer of the Graph type.
The color can also be defined either when configuring the graph in the D2000 HI process (the Background parameter) or when configuring the settings of the D2000 HI process (the Graph background parameter).
To detect the RGB index of a color use the %MakeRGB function.