Chart.IsMapEnabled Propiedad

Definición

Obtiene o establece una marca que determina si están habilitadas las asignaciones de imágenes del lado cliente.

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

Valor de propiedad

true si están habilitadas las asignaciones de imágenes; de lo contrario, false. El valor por defecto es true.

Atributos

Comentarios

Al establecer esta propiedad en false se deshabilitarán los mapas de imágenes. Esto se producirá incluso en las siguientes circunstancias:

  • Se establece la Urlpropiedad , MapAreaAttributes, LabelMapAreaAttributesLegendMapAreaAttributes o ToolTip de un elemento de gráfico.

  • Se ha agregado un MapArea objeto al MapAreasCollection objeto .

Se aplica a