Set the panel background color of the multi-graph. (In the object property, there are no items to set the color. Only on the script can be changed.)
void @MultiGraphSetPanelBackColor(string classname, int color);
Parameters
string classname : Class name of object
int color : Background color
Return Value
None
Example
@MultiGraphSetPanelBackColor("MultiGraph1", @RGB(255,0,0));
Description : Set the background color of the Multigraph1 object to Red.
Version Information
Supported Version: 10.2.9
Related Helps
@MultiGraphSetAlarmLineStyle()
@MultiGraphSetAlarmLIneThick()
@MultiGraphSetLogarithmicScale()
@MultiGraphSetPanelBackColor()