This macro draws a line of a specified color on the X and/or Y axes. Axis labels are drawn below the zero line (instead of on the chart base line).
SYNTAX:
@ZEROLINE bXZeroLineMode bYZeroLineMode rgbZeroLine
PARAMETERS:
bXZeroLineMode; 1 = Draw zero line on X-Axis/0 = Do not draw zero line on X-Axis
bYZeroLineMode; 1 = Draw zero line on Y-Axis/0 = Do not draw zero line on Y-Axis
rgbZeroLine; 0x000000...0xFFFFFF Defines the color of the line. Example: 0xFF0000 (Red)EXAMPLE:
@ZEROLINE 1 1 0x00FF00
PERSISTENT:
NO
REQUIREMENTS:
Crystal Reports 11 or higher