Spread for ASP.NET 8.0 Product Documentation
AlternateText Property (ChartMapArea)


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 ("").
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

Reference

ChartMapArea Class
ChartMapArea Members

 

 


Copyright © GrapeCity, inc. All rights reserved.