Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BeforeRenderMapAreasEventArgs Class / MapAreas Property
Example


In This Topic
    MapAreas Property
    In This Topic
    Gets or sets the collection contains MapArea definitions.
    Syntax
    'Declaration
     
    Public Property MapAreas As MapAreaCollection
    'Usage
     
    Dim instance As BeforeRenderMapAreasEventArgs
    Dim value As MapAreaCollection
     
    instance.MapAreas = value
     
    value = instance.MapAreas
    public MapAreaCollection MapAreas {get; set;}
    Example
    This example uses the MapAreas argument.
    See Also