LegendCell.Text 属性

定义

获取或设置图例单元的文本。Gets or sets the legend cell 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

一个 string 值,该值表示图例单元的文本。A string value that represents the text for the legend cell. 默认值为零长度的字符串。The default value is a zero-length string.

注解

Text仅当属性设置为时,属性才适用 CellType TextThe Text property is only applicable if the CellType property is set to Text.

适用于