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 值。 預設值為零長度字串。

適用於