In dual-Y and bi-polar axis charts, this macro assigns a series to the Y1 or Y2 axis.
SYNTAX:
@AXIS nSeries bAxis
PARAMETERS:
nSeries; -1...n (where: n = the total number of series in the chart). -1 = apply to all series, 0 = Series 1, 1 = Series 2, etc.
bAxis; 0/1
0=assign nSeries to Y1-Axis
1=assign nSeries to Y2-AxisEXAMPLE:
@AXIS 0 0
@AXIS 1 1
@AXIS 2 0
@AXIS 0 1
@AXIS 1 0
@AXIS 2 1
PERSISTENT:
YES