Share via


Chart.IsMapEnabled Proprietà

Definizione

Ottiene o imposta un flag che determina se sono abilitate le mappe immagine sul lato client.

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

Valore della proprietà

Boolean

true se le mappe immagine sono abilitate; in caso contrario, false. Il valore predefinito è true.

Attributi

Commenti

Se si imposta questa proprietà su false , le mappe delle immagini verranno disabilitate. Ciò si verificherà anche nelle circostanze seguenti:

  • La Urlproprietà , MapAreaAttributes, LegendMapAreaAttributes LabelMapAreaAttributeso ToolTip di un elemento del grafico è impostata.

  • Un MapArea oggetto è stato aggiunto all'oggetto MapAreasCollection .

Si applica a