Chart.IsMapEnabled Property

Definition

Gets or sets a flag that determines whether client-side image maps are enabled.

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

Property Value

true if image maps are enabled; otherwise, false. The default value is true.

Attributes

Remarks

Setting this property to false will disable image maps. This will occur even under the following circumstances:

  • The Url, MapAreaAttributes, LabelMapAreaAttributes, LegendMapAreaAttributes or ToolTip property of a chart element is set.

  • A MapArea object has been added to the MapAreasCollection object.

Applies to