ActiveReports Developer 7
MapAreas Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChartDataPoint Interface : MapAreas Property

Glossary Item Box

Gets the IImageMapAreas contained within the IChartDataPoint

Syntax

Visual Basic (Declaration) 
ReadOnly Property MapAreas As ImageMapAreaCollection
C# 
ImageMapAreaCollection MapAreas {get;}

See Also