CustomizeMapAreasEventArgs.MapAreaItems Property

Definition

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.

public System.Web.UI.DataVisualization.Charting.MapAreasCollection MapAreaItems { get; }

Property Value

A MapAreasCollection object.

Remarks

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.

Applies to

Product Versies
.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