共用方式為


Chart.IsMapEnabled 屬性

定義

取得或設定旗標,決定是否啟用用戶端影像地圖。

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

屬性值

如果已啟用影像地圖,則為 true,否則為 false。 預設值是 true

屬性

備註

將此屬性設定為 false 將會停用影像對應。 即使在下列情況下,也會發生這種情況:

  • Url 設定圖表專案的 、 MapAreaAttributesLabelMapAreaAttributesLegendMapAreaAttributesToolTip 屬性。

  • MapArea物件已新增至 MapAreasCollection 物件。

適用於