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.
Search found 24 matches
- Thu Jul 29, 2004 3:36 pm
- Forum: ActiveX
- Topic: receive the lable value
- Replies: 1
- Views: 4811
- Tue Jul 27, 2004 3:54 pm
- Forum: ActiveX
- Topic: Axis lable
- Replies: 2
- Views: 5589
- Tue Jul 27, 2004 2:19 pm
- Forum: ActiveX
- Topic: Axis lable
- Replies: 2
- Views: 5589
Axis lable
In my application,the left axis is from -20 to -120, and I want to only show the lable of -47,-75 and -94. How can I do that.
Thanks.
Thanks.
- Mon Jul 26, 2004 12:44 am
- Forum: ActiveX
- Topic: changing color issue
- Replies: 3
- Views: 6469
- Sat Jul 24, 2004 9:57 am
- Forum: ActiveX
- Topic: changing color issue
- Replies: 3
- Views: 6469
changing color issue
In my application, I add data to series like this: void CMyTestView::OnTimer(UINT nIDEvent) { m_time++; CTChart * pTC = (CTChart*)GetDlgItem(IDC_TCHART1); pTC->Series(0).AddXY(m_time,rand(),"",m_color); CFormView::OnTimer(nIDEvent); } Then I changed the m_color to an new color. But the data added be...
- Mon Jul 19, 2004 2:16 pm
- Forum: ActiveX
- Topic: the problem with Annotation().GetShape().GetFrame()
- Replies: 6
- Views: 9602
- Mon Jul 19, 2004 2:09 pm
- Forum: ActiveX
- Topic: make the line series show above bar series
- Replies: 4
- Views: 7357
- Mon Jul 19, 2004 11:18 am
- Forum: ActiveX
- Topic: the problem with Annotation().GetShape().GetFrame()
- Replies: 6
- Views: 9602
- Mon Jul 19, 2004 11:16 am
- Forum: ActiveX
- Topic: the problem with Annotation().GetShape().GetFrame()
- Replies: 6
- Views: 9602
- Mon Jul 19, 2004 11:13 am
- Forum: ActiveX
- Topic: make the line series show above bar series
- Replies: 4
- Views: 7357
- Mon Jul 19, 2004 9:38 am
- Forum: ActiveX
- Topic: make the line series show above bar series
- Replies: 4
- Views: 7357
make the line series show above bar series
I want to make the line series show above bar series .But in my application it is very difficult to change the order of series. Are there any other way to do this.
Thank you!
Thank you!
- Mon Jul 19, 2004 9:24 am
- Forum: ActiveX
- Topic: the problem with Annotation().GetShape().GetFrame()
- Replies: 6
- Views: 9602
the problem with Annotation().GetShape().GetFrame()
I have use the GetTools().GetItems(0).GetAsAnnotation().GetShape().GetFrame().SetVisible(false), but some mistakes occur when it run.
And some Properties of it ,like setwith() , will call wrong too.
Thank you
And some Properties of it ,like setwith() , will call wrong too.
Thank you
- Fri Jul 16, 2004 4:38 pm
- Forum: ActiveX
- Topic: The OnTimer() .
- Replies: 2
- Views: 5223
- Fri Jul 16, 2004 12:10 pm
- Forum: ActiveX
- Topic: The OnTimer() .
- Replies: 2
- Views: 5223
The OnTimer() .
I will add data into the teechart every seconds. The teechart has OnTimer() event .and the MFC's formview has the OnTimer() event too. Does they have any differences . Which is the better place? Thank you!
- Fri Jul 16, 2004 3:05 am
- Forum: ActiveX
- Topic: make sure the series show in the area of axis associated
- Replies: 2
- Views: 5066