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