CustomizeMapAreasEventArgs.MapAreaItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
orToolTip
property will have an associated map area object.Add custom map areas that have a user-defined shape and coordinates.