Chart.IsMapEnabled Proprietà

Definizione

Ottiene o imposta un flag che determina se le mappe delle immagini lato client sono abilitate.

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à

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

Attributi

Commenti

L'impostazione di questa proprietà su false disabiliterà le mappe delle immagini. Ciò si verificherà anche nelle circostanze seguenti:

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

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

Si applica a