Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapAreaClickEventArgs Class
Members


In This Topic
    MapAreaClickEventArgs Class
    In This Topic
    MapAreaClickEventArgs is used by MapAreaClickEventHandler which is raised after the map area of FpChart is clicked.
    Object Model
    MapAreaClickEventArgs ClassMapAreaInfo Class
    Syntax
    'Declaration
     
    
    Public Class MapAreaClickEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As MapAreaClickEventArgs
    public class MapAreaClickEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Web.Chart.MapAreaClickEventArgs

    See Also