Search found 24 matches

by abing
Thu Jul 29, 2004 3:36 pm
Forum: ActiveX
Topic: receive the lable value
Replies: 1
Views: 4756

receive the lable value

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.
by abing
Tue Jul 27, 2004 3:54 pm
Forum: ActiveX
Topic: Axis lable
Replies: 2
Views: 5533

Thank you!
:lol:
by abing
Tue Jul 27, 2004 2:19 pm
Forum: ActiveX
Topic: Axis lable
Replies: 2
Views: 5533

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.
by abing
Mon Jul 26, 2004 12:44 am
Forum: ActiveX
Topic: changing color issue
Replies: 3
Views: 6417

But it does not work in our application. I have RefreshSeries() and Repaint(). And It is the same. I use the Pro V5.
by abing
Sat Jul 24, 2004 9:57 am
Forum: ActiveX
Topic: changing color issue
Replies: 3
Views: 6417

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...
by abing
Mon Jul 19, 2004 2:16 pm
Forum: ActiveX
Topic: the problem with Annotation().GetShape().GetFrame()
Replies: 6
Views: 9523

Anyway to repair it???
by abing
Mon Jul 19, 2004 2:09 pm
Forum: ActiveX
Topic: make the line series show above bar series
Replies: 4
Views: 7310

Thank you!
by abing
Mon Jul 19, 2004 11:18 am
Forum: ActiveX
Topic: the problem with Annotation().GetShape().GetFrame()
Replies: 6
Views: 9523

It does well at design time by the edit.
by abing
Mon Jul 19, 2004 11:16 am
Forum: ActiveX
Topic: the problem with Annotation().GetShape().GetFrame()
Replies: 6
Views: 9523

I use " TeeChart-Pro Activex 5 Copyright (c) 1997-2002"
by abing
Mon Jul 19, 2004 11:13 am
Forum: ActiveX
Topic: make the line series show above bar series
Replies: 4
Views: 7310

If I must add line series before bar series(In my application, series type may be changed at run time) ,and I don't want to use exchangeseries method .Are there any other ways .
by abing
Mon Jul 19, 2004 9:38 am
Forum: ActiveX
Topic: make the line series show above bar series
Replies: 4
Views: 7310

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!
by abing
Mon Jul 19, 2004 9:24 am
Forum: ActiveX
Topic: the problem with Annotation().GetShape().GetFrame()
Replies: 6
Views: 9523

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
by abing
Fri Jul 16, 2004 4:38 pm
Forum: ActiveX
Topic: The OnTimer() .
Replies: 2
Views: 5185

:D Thank you!
by abing
Fri Jul 16, 2004 12:10 pm
Forum: ActiveX
Topic: The OnTimer() .
Replies: 2
Views: 5185

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!
by abing
Fri Jul 16, 2004 3:05 am
Forum: ActiveX
Topic: make sure the series show in the area of axis associated
Replies: 2
Views: 5029

It does very well !
Thank you .