Page 1 of 1

receive the lable value

Posted: Thu Jul 29, 2004 3:36 pm
by 6924221
I add data into series like this:
void CTimeChartFormView::OnTimer(UINT nIDEvent)
{
pTCh->Series(0).AddXY(m_ntime,value,MYSpecialLabel,color);
.......................
}
Then how can I receive the MYSpecialLabel later.

Posted: Fri Jul 30, 2004 7:18 am
by Chris
Hi ..
I add data into series like this:
void CTimeChartFormView::OnTimer(UINT nIDEvent)
{
pTCh->Series(0).AddXY(m_ntime,value,MYSpecialLabel,color);
.......................
}
Then how can I receive the MYSpecialLabel later.
Have a look at the ISeries.PointLabel property (see help for details).