@YSZNL (Y1-Axis Line with Label & Value on Left)

This macro adds a user-defined line on the Y1-axis at value fValue with the label sZLabel. The value of fValue is appended to sZLabel. For vertical orientation, the line is drawn horizontally with the label and value on the left side of the chart. For horizontal orientation, the line is drawn vertically with the label and value on the top side of the chart.

SYNTAX:

@YSZNL fValue nXFixup nYFixup sZLabel

PARAMETERS:

fValue; Value at which to add the user-defined line on the Y1-axis

nXFixup, nYFixup; Used to adjust the label to make closer to or further away from the line.

sZLabel; Label string to show next to line. Add a space to the end of your label if you want a space to appear between the label and fValue.

EXAMPLE:

@YSZNL 7000 0 0 LINE =

PERSISTENT:

NO

NOTES:

Charts Unlimited supports a maximum of 20 user-defined lines. User-defined lines are drawn with: @CX, @CXY, @CY, @X, @XG, @XSZ, @XSZL, @XSZN, @XSZNL, @XY, @XY_DP2, @Y, @YSZ, @YSZL, @YSZN, & @YSZNL.

ALSO SEE:

@YSZ, @YSZL, @YSZN

Previous Macro Return to Alpha List

Previous Macro in this Group Return to Group List