Gets or sets text displayed in place of a chart when images can't be viewed. This property can also be used as a tooltip for the chart in browsers that support this feature.
[Visual Basic]
Public Property AlternateText As String
[C#]
public string AlternateText {get; set;}
[JScript]
public function get,set AlternateText : String
[C#]
Chart.AlternateText = "The image can't be displayed."; |
[Visual Basic]
Chart.AlternateText = "The image can't be displayed." |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.