LegendCellColumn.Text Propriedade
Definição
Obtém ou define o texto da coluna da célula da legenda.Gets or sets the text of the legend cell column.
public:
virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public virtual string Text { get; set; }
member this.Text : string with get, set
Public Overridable Property Text As String
Valor da propriedade
Um string valor que representa o texto para a coluna de célula da legenda.A string value that represents the text for the legend cell column. O valor padrão é uma cadeia de comprimento zero.The default value is a zero-length string.
Comentários
Essa propriedade só será aplicável se o LegendCellColumnType for definido como Text .This property is only applicable if the LegendCellColumnType is set to Text.