MultiGraphSetPanelTextColor

 

Set the panel character 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 @MultiGraphSetPanelTextColor(string classname, int color);

 

Parameters

string classname : Class name of object

int color : Text color

 

Return Value

None

 

Example

@MultiGraphSetPanelTextColor("MultiGraph1", @RGB(255,0,0));

 

Description : Set the text color of the Multigraph1 object to Red.

 

Version Information

Supported Version: 10.2.9

 

Related Helps

@MultiGraphAddTag()

@MultiGraphClear()

@MultiGraphDeleteTag()

@MultiGraphGetCursor1Data()

@MultiGraphGetCursor2Data()

@MultiGraphGetCursorData()

@MultiGraphGetDataSize()

@MultiGraphSetAlarmLineStyle()

@MultiGraphSetAlarmLIneThick()

@MultiGraphSetBackColor()

@MultiGraphSetBasicLevel()

@MultiGraphSetDataCycle()

@MultiGraphSetDataSize()

@MultiGraphSetGridLine()

@MultiGraphSetLogarithmicScale()

@MultiGraphSetPanelBackColor()

@MultiGraphSetPanelTextColor()

@MultiGraphSetVisible()