Condividi tramite


Axis.Title Proprietà

Definizione

Ottiene o imposta il titolo dell'asse.

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

Valore della proprietà

String

Valore string che rappresenta il titolo dell'asse.

Attributi

Commenti

Ottiene o imposta il titolo dell'asse.

È possibile impostare le proprietà del carattere del titolo usando la TitleFont proprietà .

È possibile impostare il colore del titolo usando la TitleForeColor proprietà .

Si applica a