receive the lable value

TeeChart for ActiveX, COM and ASP
Post Reply
abing
Newbie
Newbie
Posts: 24
Joined: Thu Feb 07, 2002 5:00 am

receive the lable value

Post by abing » Thu Jul 29, 2004 3:36 pm

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.

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Fri Jul 30, 2004 7:18 am

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).
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply