Set the panel character 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 @MultiTrendSetPanelTextColor(string classname, int color);
Parameters
string classname : Class name of object
int color : Text color
Return Value
None
Example
@MultiTrendSetPanelTextColor("MultiTrend1", @RGB(255,0,0));
Description : Set the text color of the "MultiTrend1" object to Red.
Version Information
Supported Version: 10.2.9
Related Helps
@MultiTrendSetAlarmLineStyle()
@MultiTrendSetAlarmLineThick()
@MultiTrendSetPanelBackColor()