Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IChartMapArea Interface / MapAreaInfo Property


In This Topic
    MapAreaInfo Property (IChartMapArea)
    In This Topic
    Gets the MapAreaInfo value which indicates the map area information.
    Syntax
    'Declaration
     
    
    ReadOnly Property MapAreaInfo As MapAreaInfo
    'Usage
     
    
    Dim instance As IChartMapArea
    Dim value As MapAreaInfo
     
    value = instance.MapAreaInfo
    MapAreaInfo MapAreaInfo {get;}
    See Also