Sets the thickness of the alarm boundary line for the multi-graph.
void @MultiGraphSetAlarmLineThick(string classname, int type, int thick);
Parameters
string classname : Class name of the object
int type : Type of alarm (0=lolo,1=low,2=high,3=hihi)
int thick : Line thickness
Return Value
None
Example
@MultiGraphSetAlarmLineThick("MultiGraph1", 0, 2);
@MultiGraphSetAlarmLineThick("MultiGraph1", 1, 3);
@MultiGraphSetAlarmLineThick("MultiGraph1", 2, 4);
@MultiGraphSetAlarmLineThick("MultiGraph1", 3, 5);
@MultiGraphSetAlarmLineStyle("MultiGraph1", 0, 1);
@MultiGraphSetAlarmLineStyle("MultiGraph1", 1, 2);
@MultiGraphSetAlarmLineStyle("MultiGraph1", 2, 3);
@MultiGraphSetAlarmLineStyle("MultiGraph1", 3, 4);
Description : Sets the thickness and style of the alarm boundary lines for MultiGraph1.
Version Information
Supported Version: 10.3.1 or Higher
Related Helps
@MultiGraphSetAlarmLineStyle()
@MultiGraphSetAlarmLIneThick()
@MultiGraphSetLogarithmicScale()
@MultiGraphSetPanelBackColor()