Legend.Enabled Property

Definition

Gets or sets a value that determines if the legend is enabled.

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

Property Value

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

Attributes

Remarks

To hide a legend, set this property to false.

Applies to