通过


LegendCell.Text 属性

定义

获取或设置图例单元格文本。

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

属性值

一个 string 表示图例单元格的文本的值。 默认值为零长度字符串。

注解

TextCellType 属性设置为 Text.

适用于