Search found 28 matches

by annelise
Tue Jul 29, 2008 11:51 am
Forum: .NET
Topic: How to get source code?(We bought them but did not find it)
Replies: 1
Views: 2606

How to get source code?(We bought them but did not find it)

Hello,
We are using TeeChart for a while and need to get source code. We bought them but it seems the source code is not present in the TeeChart program files installation directory. How to get them? Thanks, that is a impediment we need to solve out.
Regards.
by annelise
Wed Feb 06, 2008 10:49 am
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Narcis,

I understand what you mean, but in some case we have exactly the same precision / values on left axes labels, and axes are shiffted...

Anne-Lise
by annelise
Wed Feb 06, 2008 8:59 am
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Hi Narcis, Thank you for your support. 1-We still had an exception on g.Textout in our application as we had 2 functions plugged on the chart.AfterDraw event, and we didn't really undersatnd why this genereated an exception...We solved it by plugging one of those function on the chart.Resize event. ...
by annelise
Mon Feb 04, 2008 1:39 pm
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

I think this time it is Ok, you can get my prototype code in a .zip file on the news server.
Thanks a lot,
Anne-Lise
by annelise
Mon Feb 04, 2008 1:10 pm
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

I think this time it is Ok, you can get my prototype code in a .zip file on the news server.
Thanks a lot,
Anne-Lise
by annelise
Mon Feb 04, 2008 12:18 pm
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Narcis,

Indeed, I have some problem to attach files in the news (My project is 1.2M it seems too big), I tried it again.
I can't more acess to the upLoad page ? Could you send me the complete adress please ?

Thanks,
Anne-Lise
by annelise
Mon Feb 04, 2008 11:11 am
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Hi,

This is done I post you a .zip with the all project.
I also added commented lines making unhandled exception using graphic3D object.

thanks for your help.
Anne-Lise
by annelise
Mon Feb 04, 2008 10:45 am
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Sorry, It failed, I re sent you on the news server, as a reply to your last post.
Anne-Lise
by annelise
Mon Feb 04, 2008 10:22 am
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Narcis,

I post you a version of my prototype to reproduce the axes problem compiled with 3.2.2894.29191 in VS2005 as yours. I hope you can run it "as is", if not let me know.

Thanks,
Anne-Lise
by annelise
Mon Feb 04, 2008 9:12 am
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Narcis,

How would you like I compile my code to make you a version you can run
"as-is" ? Which version ?
I am on Visual Studio 2005

Anne-Lise
by annelise
Mon Feb 04, 2008 9:06 am
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Narcis, Concerning the problem we have with Steema.TeeChart.Drawing.Graphics3D.TextOut() ... I had two lines in my previous prototype in the form constructor: public Form1() { InitializeComponent(); for (int index = 1; index < 100; index++) { fastLine1.Add(index, index); fastLine2.Add(index, index);...
by annelise
Mon Feb 04, 2008 8:44 am
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Hi Narcis, Did you write something different from my code (concerning left axes alignment ?) in your prototype: WindowsApplication1_3.2.2894.29191.exe ? Because with the same version as yours 3.2.2894.29191 for visual 2005, I reproduce the bug with my prototype and not with yours... Could you also t...
by annelise
Fri Feb 01, 2008 4:05 pm
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Narcis, I try to download again the last TeeChart version + pluggin for license the version for visual studio 5: 3.2.2945.19737 I still have the problem in my application calling Steema.TeeChart.Drawing.Graphics3D.TextOut() I have an exception, and if I comment this line, I have another unhandled ex...
by annelise
Fri Feb 01, 2008 3:22 pm
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Thanks Narcis, I get the last version of your application using 3.2.2894.29191. I can execute it and for the moment I did not reproduce the problem. But even if we compile with Visual studio 2005, we use the version: 3.2.2894.29190 in our software because trying to use 3.2.2894.29191 we have some pr...
by annelise
Fri Feb 01, 2008 12:39 pm
Forum: .NET
Topic: problem of shiffted axes synchronizing two charts
Replies: 37
Views: 27598

Narcis, I use a version for visual 2005. Yesterday I installed the last version (the 24 of january one but for visual 2005) and I reproduced the problem you can see on screen shot. After this I reinstall the version we use here (3.2.2894.29190) to be compatible with our source and continue to develo...