Search found 22 matches
- Fri May 13, 2005 1:43 pm
- Forum: ActiveX
- Topic: Help file in version 7.0.0.4 out of date ?
- Replies: 2
- Views: 4575
- Fri May 13, 2005 1:40 pm
- Forum: ActiveX
- Topic: DEL Key and List BOX
- Replies: 10
- Views: 14832
- Mon May 02, 2005 3:40 pm
- Forum: ActiveX
- Topic: Help file in version 7.0.0.4 out of date ?
- Replies: 2
- Views: 4575
Help file in version 7.0.0.4 out of date ?
Hello, I am looking for help about the new Autorepaint property of the IFastLineSeries component. I can't find this property in the class view of the help file provided in the download v 7.0.0.4 Is there any help available ? I'm also interrested in all the help available for all new methods/properti...
- Mon May 02, 2005 9:19 am
- Forum: ActiveX
- Topic: DEL Key and List BOX
- Replies: 10
- Views: 14832
what about the properties planned to add ?
Hi !
I can't find the properties you promised to me in the 7.0.0.4 release :
AskDelete
AllowDeleteSeries
AllowAddSeries
for the ITeeListBox component.
Where are they ?
thanks for your reply.
I can't find the properties you promised to me in the 7.0.0.4 release :
AskDelete
AllowDeleteSeries
AllowAddSeries
for the ITeeListBox component.
Where are they ?
thanks for your reply.
- Mon Feb 21, 2005 4:15 pm
- Forum: ActiveX
- Topic: problem with IValueList.Locate function
- Replies: 1
- Views: 4081
problem with IValueList.Locate function
Hi, I need to know which point of a serie as the DOUBLE value 3652.3698 (exemple). The problem is the following. My double number to find in the serie is not exactly the same as the one in the serie (round errors). ex : 3.9 is saved in my C variable as 3.89871. Is there a method to find a number wit...
- Thu Feb 17, 2005 9:34 am
- Forum: ActiveX
- Topic: Annotation tool which follows a curve when scrolled/zoomed
- Replies: 8
- Views: 12101
- Wed Feb 16, 2005 4:54 pm
- Forum: ActiveX
- Topic: Annotation tool which follows a curve when scrolled/zoomed
- Replies: 8
- Views: 12101
- Wed Feb 16, 2005 4:31 pm
- Forum: ActiveX
- Topic: Annotation tool which follows a curve when scrolled/zoomed
- Replies: 8
- Views: 12101
- Wed Feb 16, 2005 1:20 pm
- Forum: ActiveX
- Topic: Annotation tool which follows a curve when scrolled/zoomed
- Replies: 8
- Views: 12101
- Tue Feb 15, 2005 1:15 pm
- Forum: ActiveX
- Topic: Annotation tool which follows a curve when scrolled/zoomed
- Replies: 8
- Views: 12101
- Tue Feb 15, 2005 11:05 am
- Forum: ActiveX
- Topic: Annotation tool which follows a curve when scrolled/zoomed
- Replies: 8
- Views: 12101
Annotation tool which follows a curve when scrolled/zoomed
Hi ! I would like to know how I could do to draw a text on a curve and to refresh the position of this text when the graph is zoomed or scrolled in order this text to stay a the same X and Y (not in pixels but in axis units) position. These X and Y co-ordinates are not necessary the coordinates of a...
- Fri Feb 11, 2005 10:21 am
- Forum: ActiveX
- Topic: Concatenate new points with older ones in a serie
- Replies: 6
- Views: 9709
Yeah we thought about. I found it difficult to use because we are not running neitheir Visual Basic nor Visual C++. Our program is written under LabWindows CVI, from Nationnal Instruments. I will read the tutorial you advised me and studdy the exemple and then I will repost my conclusions... Thanks ...
- Fri Feb 11, 2005 9:28 am
- Forum: ActiveX
- Topic: Concatenate new points with older ones in a serie
- Replies: 6
- Views: 9709
Hi. In fact the Chart is used to display curves of data acquisition : temperature, hygrometry, presure... The data is acquired from an acquisition system and each channel has a different acquisition frequency. The maximum frequency is 1pt/min and the curves must be displayed over 6 months !!! That i...
- Fri Feb 11, 2005 8:15 am
- Forum: ActiveX
- Topic: Concatenate new points with older ones in a serie
- Replies: 6
- Views: 9709
Yeah sure. But the problem is the number of points I work with. If my series owns 2000000 points or more and If I want to add to this serie 2000000 or more points, if I follow your advice, I must read the 2000000 first points the serie already owns, put them in an array and then and my 2000000 new p...
- Thu Feb 10, 2005 4:07 pm
- Forum: ActiveX
- Topic: Operation between series that don't have the same X Values
- Replies: 4
- Views: 7153
no, no. In your example, the input series have the same X values. They are x-synchronized. Mines are not. For the moment, my algorith is the following : Take the first x_value of the first serie Search this value or the closest x-value in the x-values of the second serie. Take the y value associated...