Legend.Title Propiedad

Definición

Obtiene o establece el texto del título de la leyenda.

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
member this.Title : string with get, set
Public Property Title As String

Valor de propiedad

Valor string que representa el texto del título de la leyenda. El valor predeterminado es una cadena de longitud cero.

Se aplica a