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.
receive the lable value
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi ..
Have a look at the ISeries.PointLabel property (see help for details).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.
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/
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/