Chart::CustomizeMapAreas Event
Occurs just before the chart image map is rendered. Use this event to customize the map areas items.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
The MapAreaItems property of the CustomizeMapAreasEventArgs class can be used to:
Delete or modify map items that have automatically been created for a chart object; any data point, series, legend item or strip line object that has a non-empty Url, MapAreaAttributes or ToolTip property will have an associated map area object.
Add custom map areas that have a user-defined shape and coordinates.
Note |
|---|
The sender argument of type Chart is read-only. |
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.
Note