Gets or sets the URL of the entinre chart image.
[Visual Basic]
Public Property URL As String
[C#]
public string URL {get; set;}
[JScript]
public function get,set URL : String
When set, no other tool tips or links on the chart will be accessable.
[C#]
Chart.URL = "http://www.yahoo.com"; |
[Visual Basic]
Chart.URL = "http://www.yahoo.com" |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.