다음을 통해 공유


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

속성 값

String

계열의 축 레이블 텍스트입니다. 기본값은 길이가 0인 문자열입니다.

특성

적용 대상