Axis.Title 속성

정의

축의 제목을 가져오거나 설정합니다.

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

속성 값

String

축의 제목을 나타내는 string 값입니다.

특성

설명

축의 제목을 가져오거나 설정합니다.

사용 하 여 제목 글꼴 속성을 설정할 수는 TitleFont 속성입니다.

사용 하 여 제목 색을 설정할 수는 TitleForeColor 속성입니다.

적용 대상