共用方式為


MapArea.Shape 屬性

定義

取得或設定 MapArea 物件的圖形。

public:
 property System::Web::UI::DataVisualization::Charting::MapAreaShape Shape { System::Web::UI::DataVisualization::Charting::MapAreaShape get(); void set(System::Web::UI::DataVisualization::Charting::MapAreaShape value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.MapAreaShape Shape { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Shape : System.Web.UI.DataVisualization.Charting.MapAreaShape with get, set
Public Property Shape As MapAreaShape

屬性值

MapAreaShape

MapAreaShape 列舉值,決定對應區域物件的圖形。

屬性

備註

這個屬性通常是用來設定自訂地圖區域物件的形狀,此物件具有使用者定義的圖形和座標。

自訂地圖區域的圖形決定了必須指定的座標類型,而且可用的圖形為圓形、矩形和多邊形。

當抓取 MapArea 儲存在中的物件圖形時 MapAreasCollection ,任何非矩形或圓形的圖形都會被視為多邊形。 例如,您可以使用物件做為參數,將自訂的地圖區域新增至地圖區域集合 GraphicsPath ,以允許使用任何類型的圖形。 如果 Shape 取出這個特定物件的屬性 MapArea ,則會傳回 Polygon

定義地圖區域的圖形和座標之後, ToolTipUrl 和/或 MapAreaAttributes 屬性可用來指定特定的使用者互動。

請注意:

  • 如果根圖表物件的 IsMapEnabled 屬性為 true (預設值),則只會在執行時間建立用戶端的影像地圖。

  • 若要藉由將 MapArea 物件加入至地圖區域集合來建立影像地圖,圖表物件的 RenderType 屬性必須是 RenderType. ImageTag。 使用二進位資料流程時,可以建立影像地圖,但必須使用特殊技術。

適用於