[]
        
(Showing Draft Content)

FarPoint.Web.Chart.ChartMapArea.AlternateText

AlternateText Property

AlternateText

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.

Declaration
public override string AlternateText { get; set; }
Public Overrides Property AlternateText As String
Property Value
Type Description
string

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

Overrides