PlotData
Plots all of the graphics stored in a Data data structure generated by a StoreData function.
Note: When used in conjunction with the Repeat or RepeatUntil functions to generate a loop, place the PlotData function outside the loop of spreadsheet cells being iterated.
Syntax: PlotData(Data)
| Parameter | Description |
|---|---|
|
Specifies a reference to a Data data structure, returned by a StoreData function. |
|
Returns |
A Plot data structure containing the graphics stored in a Data data structure. |