Font (Get method)

차트 객체의 OBJPROP_FONT(font) 속성을 가져옵니다.

string  Font()

Return Value

OBJPROP_FONT 특성의 값.

Font (Set method)

차트 객체의 OBJPROP_FONT(font) 속성을 설정합니다.

bool  Font(
   const string  value      // 값
   )

Parameters

value

[in] OBJPROP_FONT 속성의 새 값.

Return Value

성공시 true, 아니면 false.