ChartMgr Object
The ChartMgr object provides an interface for creating charts.
Note: The ChartMgr object is for Windows™ only.
You can use this object to write external applications to execute charts defined in the HCL Compass workspace. You can also modify the properties of this object to set the attributes of the chart.
- Verify that the Workspace object is associated with a Session object.
- Call the
GetChartMgrmethod of the Workspace Object. - Execute a query by calling the ResultSet object's
Executemethod. - Specify the data to use for the chart by calling
the
SetResultSetmethod and specifying a ResultSet object containing the data your query generated. - Specify the chart to use in creating the image and generate the image.