Sets the alarm boundary line type for the multi-graph.
void @MultiGraphSetAlarmLineStyle(string classname, int type, int style);
Parameters
string classname : Class name of the object
int type : Type of alarm (0=lolo,1=low,2=high,3=hihi)
int style : Line type (style:1=Solid, 2=Dot, 3=Dash, 4=DashDot,5=DashDotDot)
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()