TCHAR buf[32]; 
srand(   (unsigned)time(   NULL   )   ); for(int   row   =   1;   row   <=   nRowCount;   ++row) 

m_Chart.SetRow(row); _stprintf(buf,   _T("%d号 "),   row); 
m_Chart.SetRowLabel((LPCTSTR)buf);//_T( "a ") ...                   }