Condividi tramite


Legend.Enabled Proprietà

Definizione

Ottiene o imposta un valore che determina se la legenda è abilitata.

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool Enabled { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Valore della proprietà

Boolean

true se la legenda è abilitata. In caso contrario, false. Il valore predefinito è true.

Attributi

Commenti

Per nascondere una legenda, impostare questa proprietà su false .

Si applica a