Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ChartMapArea Class
ChartMapArea Members

 

 


Copyright © GrapeCity, inc. All rights reserved.