Udostępnij za pośrednictwem


Legend.Enabled Właściwość

Definicja

Pobiera lub ustawia wartość, która określa, czy legenda jest włączona.

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

Wartość właściwości

Boolean

true jeśli legenda jest włączona; w przeciwnym razie false . Wartość domyślna to true.

Atrybuty

Uwagi

Aby ukryć legendę, ustaw dla tej właściwości wartość false .

Dotyczy