This macro adds a user-defined line on the Y1-axis at value fYValue. Use the nRed, nGreen, and nBlue parameters to specify the RGB color of the line. The line is drawn horizontally or vertically depending on the chart orientation.
SYNTAX:
@CY fYValue nRed nGreen nBlue
PARAMETERS:
fYValue; Value at which to add the user-defined line on the Y-axis
nRed; 0...255 specifies the RED portion of the RGB color
nGreen; 0...255 specifies the GREEN portion of the RGB color
nBlue; 0...255 specifies the BLUE portion of the RGB colorEXAMPLE: @CY.WID
@SZ 50 @CY 3.75 255 0 0
@CY 5.5 0 255 0
NOTES:
WebI:Chart supports a maximum of 20 user-defined lines. User-defined lines are drawn with: @CX, @CXY, @CY, @CY2, @X, @XG, @XSZ, @XSZL, @XSZN, @XSZNL, @XY, @XY_DP2, @Y, @YSZ, @YSZL, @YSZN, @YSZN2, & @YSZNL.
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List