次の方法で共有


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 プロパティは、CellType プロパティが Text に設定されている場合にのみ適用されます。

適用対象