This macro draws a zero line on the X- and/or Y-Axis using the specified color. Axis labels are drawn below the zero line (instead of on the chart base line).
SYNTAX:
@ZEROLINE bXZeroLineMode bYZeroLineMode Color
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
Color; Define the color of the line using one of the following:
Data Type
Range
Example
Hex
0x000000...0xFFFFFF
0xFF0000 (Red)
HTML
#000000...#FFFFFF
#FF0000 = Red
Integer
three integers 0...255 specifying the red, green, & blue components of the color
255 0 0 = Red
String
a color name string from http://www.w3schools.com/CSS/css_colornames.asp
Red
EXAMPLE:
@SC -5 5 @SCX -5 5 @ZEROLINE 1 1 Red