CustomizeMapAreasEventArgs::MapAreaItems Property
Gets or sets a MapAreasCollection object. Can be used to remove or modify map areas that correspond to a chart object, or to add custom map areas.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Property Value
Type: System.Web.UI.DataVisualization.Charting::MapAreasCollection^A MapAreasCollection object.
This property allows you to:
Delete or customize map areas that have been created for a chart object; any DataPoint, Series, LegendItem or StripLine 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.
Available since 4.0