Legend.Title プロパティ

定義

凡例のタイトルのテキストを取得または設定します。

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
member this.Title : string with get, set
Public Property Title As String

プロパティ値

凡例のタイトルのテキストを表す string 値。 既定値は、長さ 0 の文字列です。

適用対象