.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > Chart Class : AlternateText Property
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.
Syntax
'Declaration
 
Public Property AlternateText As String
'Usage
 
Dim instance As Chart
Dim value As String
 
instance.AlternateText = value
 
value = instance.AlternateText
public string AlternateText {get; set;}
Example
Chart.AlternateText = "The image can't be displayed.";
Chart.AlternateText = "The image can't be displayed."
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also