LegendCell.Text Propriedade

Definição

Recebe ou define o texto da célula da legenda.

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 de Propriedade

Um string valor que representa o texto da célula legenda. O valor padrão é uma sequência de comprimento zero.

Observações

A Text propriedade só é aplicável se a CellType propriedade estiver definida como Text.

Aplica-se a