This macro can be used to arbitrarily CLEAR a value (i.e., set to NULL) for a specified series and group in a bar, line, are, or pie chart.
SYNTAX:
@DPC nSeries nGroup
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.
nGroup; -1...n (where: n = the total number of groups in the chart). -1 = apply to all groups, 0 = Group 1, 1 = Group 2, etc.EXAMPLE:
BEFORE @DPC
@DPC 0 0
@DPC 1 1
@DPC 2 2
PERSISTENT:
NO
ALSO SEE:
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List