Series.AxisLabel 屬性

定義

取得或設定數列的座標軸標籤文字。

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

屬性值

數列的座標軸標籤文字。 預設值為零長度字串。

屬性

適用於