I have tried to set the fontname and charset of the Axis Label property (this is a horizontal bar chart).
Code: Select all
ITeeFontPtr font = m_Chart->Axis->Left->Labels->Font;
font->Name = _T("MS Mincho");
font->Charset = SHIFTJIS_CHARSET;
font->Size = 20;
Code: Select all
Series->AddXY(dValueX, dValueY, (_bstr_t) cstr, clTeeColor);