Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapArea Class / ToolTip Property


In This Topic
    ToolTip Property (MapArea)
    In This Topic
    Gets or sets the ToolTip of an area.
    Syntax
    'Declaration
     
    
    Public Property ToolTip As String
    'Usage
     
    
    Dim instance As MapArea
    Dim value As String
     
    instance.ToolTip = value
     
    value = instance.ToolTip
    public string ToolTip {get; set;}
    See Also