Dundas Chart for ASP.NET
MapAreas Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class : MapAreas Property


Gets a MapAreasCollection object, which stores the map areas for the chart.


Chart map areas collection.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property MapAreas As MapAreasCollection
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As MapAreasCollection
 
value = instance.MapAreas
C#  
public MapAreasCollection MapAreas {get;}

Return Value

A MapAreasCollection object.

Remarks

Use this property at either design-time or run-time to add custom map areas to the chart. Custom map areas, unlike map areas that correspond to a chart element, have a user-defined shape and coordinates. For more information concerning map areas see the Client-Side Image Maps topic.

In order to use the chart as an image map the MapEnabled property of the root Chart must be true (which it is by default).

If you are rendering the chart as a binary stream then a special technique must be used to implement client-side image maps. See the  Binary Streaming and Image Maps topic for further details.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.