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.WID
@GRAPHTYPE 18
@AXIS 0 1 @AXIS 1 1 @AXIS 2 1 @AXIS 3 1
@AXIS 4 0 @AXIS 5 0 @AXIS 6 0 @AXIS 7 0 @AXIS 8 0
NOTES:
Dual-Axes and Bi-Polar charts can be created with the @GRAPHTYPE macro
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List