Gets or sets the alternate text displayed in the
FpChart control when the image is unavailable. Browsers that support the ToolTip feature display this text as a ToolTip.
Syntax
'Declaration
Public Overridable Property AlternateText As String
'Usage
Dim instance As FpChart
Dim value As String
instance.AlternateText = value
value = instance.AlternateText
public virtual string AlternateText {get; set;}
See Also