Gets the MapAreaCollection object used to generate client side image maps.
Namespace:
C1.Web.C1WebChartAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
C# |
---|
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] public MapAreaCollection ImageAreas { get; } |
Visual Basic |
---|
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ Public ReadOnly Property ImageAreas As MapAreaCollection Get |
Remarks
The ImageAreas property exposes a collection of MapArea objects.
This collection defines the properties of the generated image map to be used for end-user interaction.
Each MapArea object in turn specifies the behaviors of the image map.