@X (X-Axis Line at Value)

This macro adds a user-defined line on the X-Axis. For charts with a true X-Axis (e.g., Scatter, Bubble, Polar, etc.), fXValue defines the value on the X-Axis where the line will be drawn. For bar, line, or area charts, fXValue must be set to a value in the range 0.0 to 1.0 that defines a percentage of the X (or ordinal)-Axis length. For example @X .5 will draw a line that is 50% of the way between the left and right sides of the chart frame. The line is drawn horizontally or vertically depending on the chart orientation.

SYNTAX:

@X fXValue

PARAMETERS:

fXValue; Value at which to add the user-defined line on the X-axis

EXAMPLE:

@X .3

@X .25

PERSISTENT:

NO

NOTES:

CRChart 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