Condividi tramite


Series.Enabled Proprietà

Definizione

Ottiene o imposta un flag che indica se la serie sarà visibile sul grafico di cui è stato eseguito il rendering.

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

Valore della proprietà

Boolean

true se la serie sarà visibile sul grafico. In caso contrario false. Il valore predefinito è true.

Attributi

Commenti

Ottiene o imposta un valore che determina se la serie sarà visibile nell'oggetto sottoposto a ChartArea rendering.

Si applica a