다음을 통해 공유


CustomLabel.Text 속성

정의

사용자 지정 레이블 텍스트를 가져오거나 설정합니다.

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

속성 값

string 레이블 텍스트를 나타내는 값입니다.

특성

설명

이 속성은 Text 개체의 CustomLabel 레이블 텍스트를 가져오거나 설정합니다.

첫 번째 레이블 행의 축 레이블은 자동으로 생성되지만 개체를 사용하여 CustomLabel 재정의할 수 있습니다. 첫 번째 축 행을 따라 사용자 지정 레이블을 지정하면 전체 첫 번째 행에 대해 축 레이블이 자동으로 생성되지 않습니다.

적용 대상