Axis.Title 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定軸的標題。
public:
property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Title { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Title : string with get, set
Public Property Title As String
屬性值
一個 string 代表軸名稱的值。
- 屬性
備註
取得或設定軸的標題。
你可以用這個 TitleFont 屬性設定標題的字型屬性。
你可以用這個 TitleForeColor 屬性設定標題的顏色。