This macro can be used to arbitrarily set a value for a bar, line, area, or pie chart by specifying a series, group and value.
SYNTAX:
@DP nSeries nGroup fValue
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.
fValue; The REAL value to be assigned to nSeries/nGroup.EXAMPLE: @DP.RPT
@DP 0 0 .20 @DP 0 1 .30 @DP 0 2 .40 @DP 0 3 .50 @DP 0 4 .60
@DP 0 5 .65 @DP 0 6 .70 @DP 0 7 .75 @DP 0 8 .80 @DP 0 9 .85
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