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


In This Topic
    AlternateText Property (ChartMapArea)
    In This Topic
    Gets or sets the alternate text to display for a ChartMapArea object in an FpChart control when the image is unavailable or renders to a browser that does not support images.
    Syntax
    'Declaration
     
    
    Public Overrides Property AlternateText As String
    'Usage
     
    
    Dim instance As ChartMapArea
    Dim value As String
     
    instance.AlternateText = value
     
    value = instance.AlternateText
    public override string AlternateText {get; set;}

    Property Value

    The text displayed in place of the ChartMapArea when the FpChart control's image is unavailable. The default value is an empty string ("").
    See Also