次の方法で共有


LegendCellColumn.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設定されている場合LegendCellColumnTypeにのみ適用されます。

適用対象