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...3
1 = draw markers only
2 = draw lines only
3 = draw markers and lines.EXAMPLE:
@LS -1 500 0
@SZ 50
@DLT 0 1
@DLT 1 2
@DLT 2 3
PERSISTENT:
YES
NOTES:
If you use @GRAPHTYPE to create a line chart or 2D scatter chart, this macro must be before the graph type selection.
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List