Spread for ASP.NET 12 Product Documentation
AutoGenerateMapAreaToolTip Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : AutoGenerateMapAreaToolTip Property
Gets or sets a value that indicates whether the tooltip of the map area is generated automatically.
Syntax
'Declaration
 
Public Property AutoGenerateMapAreaToolTip As Boolean
'Usage
 
Dim instance As FpChart
Dim value As Boolean
 
instance.AutoGenerateMapAreaToolTip = value
 
value = instance.AutoGenerateMapAreaToolTip
public bool AutoGenerateMapAreaToolTip {get; set;}

Property Value

true if the tooltip of the map area is generated automatically; otherwise, false.
See Also

Reference

FpChart Class
FpChart Members