Chart.IsMapEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,決定是否啟用用戶端影像地圖。
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
設定圖表專案的 、MapAreaAttributes
LabelMapAreaAttributes
、LegendMapAreaAttributes
或ToolTip
屬性。MapArea物件已新增至 MapAreasCollection 物件。