ChartURL property: Chart class

Description

Use this property to specify a URL to be launched when the chart background is clicked. The URL must be a fully formed URL specified as a string. For example:

http://example.org/index.htm

The IsChartDrillable property must be set to True to enable clicking on the chart background.

Example

&oChart.IsChartDrillable = True;
&oChart.ChartURL = "http://example.org/index.htm";