Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / AutoGenerateMapAreaToolTip Property
Example


In This Topic
    AutoGenerateMapAreaToolTip Property
    In This Topic
    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.
    Example
    This example creates a chart control in Spread and maps several events.
    See Also