DataPointCustomProperties.AxisLabel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資料點、數列或空點之 X 軸標籤的文字。 這個屬性只有在尚未針對相關的 Axis 物件指定自訂標籤時才能使用。
public:
virtual property System::String ^ AxisLabel { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public virtual string AxisLabel { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.AxisLabel : string with get, set
Public Overridable Property AxisLabel As String
屬性值
X 軸標籤的文字。
- 屬性
備註
這個屬性只能在物件的執行時間 Series 設定。 如果您設定這個屬性或 Series 物件,其所有資料點都會使用此標籤。
AxisLabel如果未設定屬性,而且尚未指定自訂標籤,則會使用座標軸刻度自動產生座標軸標籤。
空點標籤是使用 EmptyPointStyle 屬性來設定。