Axis.Title Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il titolo dell'asse.
public:
property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Title { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Title : string with get, set
Public Property Title As String
Valore della proprietà
Valore string
che rappresenta il titolo dell'asse.
- Attributi
Commenti
Ottiene o imposta il titolo dell'asse.
È possibile impostare le proprietà del tipo di carattere del titolo usando la TitleFont proprietà .
È possibile impostare il colore del titolo usando la TitleForeColor proprietà .