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:
 property System::Web::UI::DataVisualization::Charting::MapAreasCollection ^ MapAreaItems { System::Web::UI::DataVisualization::Charting::MapAreasCollection ^ get(); };
public System.Web.UI.DataVisualization.Charting.MapAreasCollection MapAreaItems { get; }
member this.MapAreaItems : System.Web.UI.DataVisualization.Charting.MapAreasCollection
Public ReadOnly Property MapAreaItems As MapAreasCollection

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