CustomLabel.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定自訂標籤文字。
public:
property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Text { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Text : string with get, set
Public Property Text As String
屬性值
string
值,表示標籤文字。
- 屬性
備註
Text屬性會取得或設定物件的標籤文字 CustomLabel 。
請注意,系統會自動產生第一個標籤資料列的軸標籤,但可以使用物件加以覆寫 CustomLabel 。 如果您在第一個座標軸資料列指定自訂標籤,則不會自動為整個第一個資料列產生任何軸標籤。