Legend.Title 속성

정의

범례 제목의 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
member this.Title : string with get, set
Public Property Title As String

속성 값

String

범례 제목 텍스트를 나타내는 string 값입니다. 기본값은 길이가 0인 문자열입니다.

적용 대상