Legend.Enabled Właściwość

Definicja

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

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool Enabled { get; set; }
[<System.ComponentModel.Bindable(true)>]
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 false razie . Wartość domyślna to true.

Atrybuty

Uwagi

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

Dotyczy