Text (Get method)

컨트롤과 연결된 레이블의 텍스트를 가져옵니다.

string  Text()

Return Value

레이블 텍스트.

Text (Set method)

컨트롤과 관련된 레이블의 텍스트를 설정합니다.

bool  Text(
   const string  value      // 텍스트
   )

Parameters

value

[in]  레이블의 새 텍스트.

Return Value

성공시 true, 아니면 false.

Note

레이블 텍스트는 차트 개체의 OBJPROP_TEXT(텍스트)를 설정하여 지정합니다.