In a line chart, this macro can be used to change any or all series in the chart to draw as a stepped line that steps at values (not between).
SYNTAX:
@STEP_LINE2 nSeries bStep
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.
bStep; 1 = draw nSeries as stepped line. 0 = draw nSeries normally.EXAMPLE:
@SZ 50
@LS -1 300 0
@STEP_LINE2 -1 0
@SZ 50
@LS -1 300 0
@STEP_LINE2 -1 1
PERSISTENT:
YES
ALSO SEE:
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List