This documentation is archived and is not being maintained.

Chart::MapAreas Property

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

Namespace:  System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property MapAreasCollection^ MapAreas {
	MapAreasCollection^ get ();
}

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.

In order to use the chart as an image map, the IsMapEnabled property of the root Chart must be set to true, which is the default.

If you render the chart as a binary stream, a special technique must be used to implement client-side image maps.

.NET Framework

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: