See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

AlternateText Property

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;}

Example

[C#] 

Chart.AlternateText = "The image can't be displayed.";

[Visual Basic] 

Chart.AlternateText = "The image can't be displayed."

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.