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


In This Topic
    MapAreaCollection Class
    In This Topic
    Represents a collection of MapArea.
    Object Model
    MapAreaCollection ClassMapArea Class
    Syntax
    'Declaration
     
    
    Public Class MapAreaCollection 
       Inherits System.Collections.Generic.List(Of MapArea)
    'Usage
     
    
    Dim instance As MapAreaCollection
    public class MapAreaCollection : System.Collections.Generic.List<MapArea> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          FarPoint.Web.Chart.MapAreaCollection

    See Also