Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Chart::CustomizeMapAreas Event

.NET Framework (current version)
 

Occurs just before the chart image map is rendered. Use this event to customize the map areas items.

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

public:
event EventHandler<CustomizeMapAreasEventArgs^>^ CustomizeMapAreas {
	void add(EventHandler<CustomizeMapAreasEventArgs^>^ value);
	void remove(EventHandler<CustomizeMapAreasEventArgs^>^ value);
}

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.

System_CAPS_noteNote

The sender argument of type Chart is read-only.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft