Axis.Title Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 .