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
Visual Basic (Declaration) | |
---|
Public Overrides Property AlternateText As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ChartMapArea
Dim value As String
instance.AlternateText = value
value = instance.AlternateText |
C# | |
---|
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 ("").
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also