Legend.Enabled Property

Definition

Gets or sets a value that indicates whether the legend is enabled.

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

Property Value

true if the legend is enabled; otherwise, false. The default value is true.

Attributes

Remarks

To hide a legend, set this property to false.

Applies to