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

属性值

Boolean

如果启用图像映射,则为 true;否则,为 false。 默认值是 true

属性

注解

将此属性设置为 false 禁用图像映射。 即使在以下情况下,也会发生这种情况:

  • Url已设置图表元素的 、MapAreaAttributesLabelMapAreaAttributes``LegendMapAreaAttributes ToolTip属性。

  • MapArea对象已添加到MapAreasCollection对象。

适用于