Chart.IsMapEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
orToolTip
property of a chart element is set.A MapArea object has been added to the MapAreasCollection object.