CustomizeMapAreasEventArgs.MapAreaItems 属性

定义

获取或设置 MapAreasCollection 对象。 可用于移除或修改对应于图表对象的映射区,或用于添加自定义映射区。

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

属性值

MapAreasCollection 对象。

注解

此属性允许你:

  • 删除或自定义为图表对象创建的地图区域;SeriesLegendItem任何DataPoint具有非空 Url、 或 StripLine 属性的 、 MapAreaAttributesToolTip 对象都将具有关联的映射区对象。

  • 添加具有用户定义的形状和坐标的自定义地图区域。

适用于