SetOLData method: Chart class
Syntax
SetOLData({Record_Name|&Rowset})
Description
Use the SetOLData method to specify where the data for the overlay is coming from.
If you make a change to the underlying data of a chart, call the SetOLData method again to update the chart.
There are no default values for the overlay data. You must specify the data.
You can specify two different y-axis fields, but you must make certain that different data plotted against the same axis makes sense. For example, while plotting two currency amounts would work technically—plotting currency amounts against number of units sold and sharing the same axis— would not look correct.
Parameters
| Parameter | Description |
|---|---|
|
Record_Name |
Specify the name of a record to be used to populate the overlay of the chart with data. |
|
&Rowset |
Specify the name of an already instantiated rowset to populate the overlay of the chart with data. |
Returns
None.