Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / OnMapAreaClick Method
The event data.


In This Topic
    OnMapAreaClick Method
    In This Topic
    Raises the MapAreaClick event of the FpChart control.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMapAreaClick( _
       ByVal e As MapAreaClickEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpChart
    Dim e As MapAreaClickEventArgs
     
    instance.OnMapAreaClick(e)
    protected virtual void OnMapAreaClick( 
       MapAreaClickEventArgs e
    )

    Parameters

    e
    The event data.
    See Also