ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartDataPoint Interface / MapAreas Property

In This Topic
    MapAreas Property
    In This Topic
    Gets the IImageMapAreas contained within the IChartDataPoint
    Syntax
    'Declaration
     
    ReadOnly Property MapAreas As Collection(Of ImageMapArea)
    Collection<ImageMapArea> MapAreas {get;}
    See Also