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 物件。

備註

此屬性可讓您:

  • 刪除或自訂已為圖表物件建立的地圖區域;任何 DataPoint 具有非空白 Url 的 、 SeriesLegendItemStripLine 物件, MapAreaAttributesToolTip 屬性都會有相關聯的對應區域物件。

  • 新增具有使用者定義圖形和座標的自訂地圖區域。

適用於