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 値。 既定値は、長さ 0 の文字列です。

注釈

プロパティはText、 プロパティが にText設定されている場合CellTypeにのみ適用されます。

適用対象