WF has user-settable "reference lines". Perhaps dynamically setting those would work.
COLUMN=N2, ITEM=1, GRAPH-COMMAND='setReferenceLineValue(getReferenceLineY1(0),$VALUE)', $
*GRAPH_SCRIPT
setReportParsingErrors(false);
setSelectionEnableMove(false);
setReferenceTextPosition(getReferenceLineTextY1(0),0);
setDisplay(getReferenceLineY1(0),true);
setBorderColor(getReferenceLineY1(0),new Color(0,0,0));
setFillColor(getReferenceLineTextY1(0),new Color(0,0,0));
setLineWidth(getReferenceLineY1(0),1);
setLineBasicStrokeType(getReferenceLineY1(0),0);
setTextString(getReferenceLineTextY1(0),"");
*END
ENDSTYLE
END
I'm not sure if the above is supported in 7703 (might require WF8?).
Also, I understand that basic SPC charts including P,U,C and X-BAR-R will be available as a built-in feature for the HTML5 graphs in a version of WF8 coming out later this year.
WebFOCUS 7.6
Windows, All Outputs