This macro creates a user-defined series of data.
SYNTAX:
@IR nSeries nElements fValue1 fValue2 ... fValueN szSeriesName
PARAMETERS:
nSeries; Series to insert row. -1 = append to end of data set.
nElements; 1...1024 defines the number of fValues that follow. For example if nElements is 3, it must be followed by 3 fValues that will be assigned to the first 3 groups of the new series.
fValue1 fValue2 ... fValueN; Values to assigned to each nElements.
szSeriesName; Name of the new series what will appear in the legend. Add a tilde (~) character to the series name string if you intend to define another macro in the same title field.EXAMPLE:
@IR -1 5 110 120 180 200 210 NEW ROW @SWAP 0
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List