[]
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.
public override string AlternateText { get; set; }
Public Overrides Property AlternateText As String
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 (""). |