Axis.Title Propiedad

Definición

Obtiene o establece el título del eje.

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

Valor de propiedad

Valor string que representa el título del eje.

Atributos

Comentarios

Obtiene o establece el título del eje.

Puede establecer las propiedades de fuente del título mediante la TitleFont propiedad .

Puede establecer el color del título mediante la TitleForeColor propiedad .

Se aplica a