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


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

    Return Value

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