SetResultSet
Description
Sets the result set used to generate the chart.
After creating the chart manager and before creating the image file, you must specify the result set with this call. You must call this method before calling either MakeJPEG or MakePNG. This method provides the data set from which the specified chart will be generated. You must call the Execute method of the ResultSet object to generate the data before calling this method. The image is generated by charting the data in the given result set.
Syntax
VBScript
chartMgr.SetResultSet resultSet
Perl
$chartMgr->SetResultSet(resultSet);
- Identifier
- Description
- chartMgr
- The CHARTMGR object associated with the current chartMgr.
- resultSet
- The ResultSet object containing the data to use when generating charts.