Legend.Title Propriedade
Definição
Obtém ou define o texto do título da legenda.Gets or sets the text of the legend title.
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 da propriedade
Um string valor que representa o texto do título da legenda.A string value that represents the legend title text. O valor padrão é uma cadeia de comprimento zero.The default value is a zero-length string.