다음을 통해 공유


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 축의 제목을 나타내는 값입니다.

특성

설명

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

속성을 사용하여 TitleFont 타이틀의 글꼴 속성을 설정할 수 있습니다.

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

적용 대상