Chart.CustomizeMapAreas Event

Definition

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

C#
public event EventHandler<System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs> CustomizeMapAreas;

Event Type

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1