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 設定すると、イメージ マップが無効になります。 これは、次の状況でも発生します。

  • グラフ要素の UrlMapAreaAttributesLabelMapAreaAttributesLegendMapAreaAttributes、または ToolTip プロパティが設定されています。

  • MapAreaオブジェクトが オブジェクトにMapAreasCollection追加されました。

適用対象