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 值,该值表示图例单元的文本。 默认值为零长度的字符串。

注解

Text当 属性设置为 Text时, CellType 属性才适用。

适用于