In a line chart, this macro can be used to change any or all series in the chart to draw as a stepped line.
SYNTAX:
@STEP_LINE 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: @STEP_LINE.WID
@STEP_LINE 2 1
![]()
@STEP_LINE -1 1
![]()
NOTES:
- This macro is not compatible with 2.5D charts where depth has been applied to the chart with the 3D Look option in the Display section of the Properties panel or the @DEPTH macro.
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List