For scatter charts, this macro draws a data line connecting all data points even if the dataset implies one group and many series (i.e., each marker has a unique color).
SYNTAX:
@FORCE_DATALINE nMode
PARAMETERS:
nMode; 0=Do nothing.
1=Connect all data points in a scatter chart.
2=Connect all data points in a scatter chart, but use sequential legend entries with identical strings to determine where to put line breaks.EXAMPLE:
@FORCE_DATALINE 0
@FORCE_DATALINE 1
@FORCE_DATALINE 2
PERSISTENT:
NO
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List