ChartArea.Name Proprietà

Definizione

Ottiene o imposta il nome univoco di un oggetto ChartArea.

public:
 virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public override string Name { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Name : string with get, set
Public Overrides Property Name As String

Valore della proprietà

String

Valore string che rappresenta il nome di un oggetto ChartArea.

Attributi

Commenti

Il nome di un oggetto deve essere univoco, in caso contrario verrà generata ChartArea un'eccezione.

Questa proprietà può essere usata come indicizzatore durante il recupero di un ChartArea oggetto ChartAreaCollection dall'oggetto .

Se si imposta questa proprietà su una stringa di lunghezza zero. verrà generata un'eccezione.

Si applica a