共用方式為


DataPointCustomProperties.AxisLabel 屬性

定義

取得或設定資料點、數列或空點之 X 軸標籤的文字。 這個屬性只有在尚未針對相關的 Axis 物件指定自訂標籤時才能使用。

public:
 virtual property System::String ^ AxisLabel { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public virtual string AxisLabel { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.AxisLabel : string with get, set
Public Overridable Property AxisLabel As String

屬性值

string 值,表示 X 軸標籤的文字。

屬性

備註

此屬性會設定資料點、數列或空點的座標軸標籤。

這個屬性只能在物件的執行時間 Series 設定。 如果您設定此屬性或 Series 物件,其所有資料點都會使用此標籤。

AxisLabel如果未設定 屬性且尚未指定自訂標籤,則會使用軸刻度自動產生座標軸標籤。

空白點標籤是使用 EmptyPointStyle 屬性來設定。

適用於