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


In This Topic
    GetNavigateUrl Method (ChartMapArea)
    In This Topic
    Gets or sets the URL to navigate to when a ChartMapArea object is clicked.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetNavigateUrl() As String
    'Usage
     
    
    Dim instance As ChartMapArea
    Dim value As String
     
    value = instance.GetNavigateUrl()
    public override string GetNavigateUrl()

    Return Value

    The URL to navigate to when a ChartMapArea object is clicked.
    See Also