Search found 3 matches

by rayao
Tue Nov 03, 2009 2:11 am
Forum: ActiveX
Topic: Help,About the ChartPageNavigator
Replies: 3
Views: 4910

Re: Help,About the ChartPageNavigator

hi,thanks your reply.....but i have tried the code....the result is showing noting except the X axis is 1900-1-1....1900--1-3..and so on,I donot know what problem i meet? m_ChartRTV.Series(0).GetXValues().SetDateTime(TRUE); CString strDate; COleDateTime m_Date; for (int i=0;i<10;i++) { strDate=_T("1...
by rayao
Wed Oct 28, 2009 1:47 pm
Forum: ActiveX
Topic: the ChartEditor?
Replies: 1
Views: 3228

the ChartEditor?

Hi,
ShowEditor(-1) function is to show all the teechart editor,how Can i to control it to show only one tab ,e.g. the Seriers tab?

thanks ...

Does u have the instruction using in VC? May u give me some Example using in VC ?
by rayao
Wed Oct 28, 2009 1:37 pm
Forum: ActiveX
Topic: Help,About the ChartPageNavigator
Replies: 3
Views: 4910

Help,About the ChartPageNavigator

Hi, I'v Three questions: First,I wanto add (x,y) Array, and the x is DataTime ,the y is a float,How to set the x is DateTime in VC++? and What function should i use? Series(0).AddXY(x,y,label,0) the x is required a double ,Does it have other function to add the x is DateTime? Thanks Second, Does the...