Gets the MapAreaCollection object used to generate client side image maps.
[Visual Basic]
Public ReadOnly Property ImageAreas As MapAreaCollection
[C#]
public MapAreaCollection ImageAreas {get;}
[Delphi]
public property ImageAreas: MapAreaCollection read get_ImageAreas;
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.
See Also
C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |