Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / AlternateText Property


In This Topic
    AlternateText Property (FpChart)
    In This Topic
    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