This macro sets the minimum and maximum values that can appear on the Y2-axis in a dual-axes chart.
SYNTAX:
@SCY2 fMin fMax
PARAMETERS:
fMin; Minimum value to show on the Y2-Axis
fMax; Maximum value to show on the Y2-AxisEXAMPLE:
@GRAPHTYPE 18
@LEGEND_ORDER 1
@SCALE_INTERVAL 1 50
@SCY2 0 300
@AA
@GRAPHTYPE 18
@LEGEND_ORDER 1
@SCALE_INTERVAL 1 50
@SCY2 10 200
@AA
NOTES:
- If fMin and fMax parameters are BOTH set to 0.0, the Y2-Axis scale mode is reset to automatic (i.e., the charting library automatically calculates the Y2-Axis scale based on the values in the data set).
- Dual-Axes and Bi-Polar charts can be created with the @GRAPHTYPE macro
ALSO SEE::
- @SC (Y-Axis Scale)
- @SCX (X-Axis Scale)
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List