On Line and 2D-Scatter charts, this macro can be used to draw markers only, lines only, or markers and lines.
SYNTAX:
@DLT nSeries nType
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.
nType; 1 = draw markers only, 2 = draw lines only, 3 = draw markers and lines.EXAMPLE: @DLT.WID
@DLT -1 1
@DLT -1 2
@DLT -1 3
NOTES:
- If you use @GRAPHTYPE to create a line chart or 2D scatter chart, this macro must be before the graph type selection.
- 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