Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapArea Class / GetToolTip Method


In This Topic
    GetToolTip Method (MapArea)
    In This Topic
    Gets or sets the tooltip to display when a MapArea object is hovered over.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetToolTip() As String
    'Usage
     
    
    Dim instance As MapArea
    Dim value As String
     
    value = instance.GetToolTip()
    public virtual string GetToolTip()

    Return Value

    The tooltip to display when a MapArea object is hovered over.
    See Also