GetChartDef

Description

Returns the QueryDef object associated with the specified chart.

Note: This method is for Windows™ only. This method became available in version 2002.05.00.

You can use this method to get the query information associated with the specified chart. You can also use the returned QueryDef object to get information about the query, including the name of the query and the SQL string used to execute the query.

Syntax

VBScript


workspace.GetChartDef chartName 

Perl


$workspace->GetChartDef(chartName); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
chartName
A String containing the workspace pathname of the chart.
Return value
Returns a reference to the QueryDef object associated with the chart.