Share via


Chart.MapAreas 屬性

定義

取得 MapAreasCollection 物件,該物件儲存圖表的對應區域。

public:
 property System::Web::UI::DataVisualization::Charting::MapAreasCollection ^ MapAreas { System::Web::UI::DataVisualization::Charting::MapAreasCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.MapAreasCollection MapAreas { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.MapAreas : System.Web.UI.DataVisualization.Charting.MapAreasCollection
Public ReadOnly Property MapAreas As MapAreasCollection

屬性值

MapAreasCollection 物件,該物件會儲存圖表的對應區域。

屬性

備註

在設計階段或執行時間使用此屬性,將自訂地圖區域新增至圖表。 自訂地圖區域與對應至圖表元素的地圖區域不同,具有使用者定義的圖形和座標。

若要使用圖表做為影像地圖, IsMapEnabledChart 目錄的 屬性必須設定為 true ,這是預設值。

如果您將圖表轉譯為二進位資料流程,則必須使用特殊技術來實作用戶端影像對應。

適用於