Sdílet prostřednictvím


Legend.Enabled Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje, zda je legenda povolena.

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

Hodnota vlastnosti

Boolean

true Pokud je legenda povolena; v opačném případě false . Výchozí hodnota je true.

Atributy

Poznámky

Chcete-li skrýt legendu, nastavte tuto vlastnost na false .

Platí pro