Search found 8 matches

by Mathieu
Tue Aug 17, 2004 7:39 pm
Forum: ActiveX
Topic: Selection of scatter point
Replies: 3
Views: 6042

Hey, In facts, I want to be able to select scatter points with a multi-segment selection tool, and retreive the points which are inside this selection. The scatter points represents (for me) some kind of pixel information and I want to be able to display the corresponding pixels (in an images displa...
by Mathieu
Tue Aug 17, 2004 2:49 pm
Forum: ActiveX
Topic: Selection of scatter point
Replies: 3
Views: 6042

Selection of scatter point

Hi to all, I'm a newbie with Teechart and I want to know if a selection functionality exist in Teechart (to be able to select a subset of scatter points in one or multiple series) ??? If no functionality exist is it possible for me to implement that over the active X ? (I'm using the Teechart Active...
by Mathieu
Mon May 31, 2004 5:30 pm
Forum: ActiveX
Topic: COM exception on call of putLogarithmic(TRUE)
Replies: 2
Views: 5619

I'm sorry, it was my mistake.
One of my data was negative.
Thanks.
by Mathieu
Thu May 27, 2004 8:57 pm
Forum: ActiveX
Topic: COM exception on call of putLogarithmic(TRUE)
Replies: 2
Views: 5619

COM exception on call of putLogarithmic(TRUE)

Hi, I created a curve viewer using TChart to vizualize data. Everything works fine excepts that I wan't to be able to change the logarithmic status dynamicly. I first set the logarithmic status to true and then I set the data in the chart. Until there everything is perfect and the Y axis is logarith...
by Mathieu
Thu May 27, 2004 7:02 pm
Forum: ActiveX
Topic: TChart in ATL Control - How to trap mouse events?
Replies: 6
Views: 9892

Thanks,
it works fine now.
by Mathieu
Tue May 25, 2004 1:51 pm
Forum: ActiveX
Topic: TChart in ATL Control - How to trap mouse events?
Replies: 6
Views: 9892

Thank you, but I just can't seem to open it.
Could you send it to the fallowing email please:
mathieu.coursolle.1@ens.etsmtl.ca

Thank you very much.
by Mathieu
Fri May 21, 2004 3:43 pm
Forum: ActiveX
Topic: TChart in ATL Control - How to trap mouse events?
Replies: 6
Views: 9892

Thank you,
but I had already found that answer in the newsgroup and I am unable to open the attachement, I only see the file data as text.
Is there another way to get it?
Thank you!
by Mathieu
Thu May 20, 2004 2:23 pm
Forum: ActiveX
Topic: TChart in ATL Control - How to trap mouse events?
Replies: 6
Views: 9892

TChart in ATL Control - How to trap mouse events?

Hi, I am currently using an instance of ITChart in an ATL control. Everything works fine, excepts that mouse events won't get through TChart and I am not able to trap them in my control. How can I do that. I first try to advise ITChart by deriving my ATL control from : IDispEventImpl<1, ARTCurveView...