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.
Search found 28 matches
- 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: 2658
- Wed Feb 06, 2008 10:49 am
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
- Wed Feb 06, 2008 8:59 am
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
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. ...
- Mon Feb 04, 2008 1:39 pm
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
- Mon Feb 04, 2008 1:10 pm
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
- Mon Feb 04, 2008 12:18 pm
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
- Mon Feb 04, 2008 11:11 am
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
- Mon Feb 04, 2008 10:45 am
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
- Mon Feb 04, 2008 10:22 am
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
- Mon Feb 04, 2008 9:12 am
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
- Mon Feb 04, 2008 9:06 am
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
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);...
- Mon Feb 04, 2008 8:44 am
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
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...
- Fri Feb 01, 2008 4:05 pm
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
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...
- Fri Feb 01, 2008 3:22 pm
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
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...
- Fri Feb 01, 2008 12:39 pm
- Forum: .NET
- Topic: problem of shiffted axes synchronizing two charts
- Replies: 37
- Views: 28340
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...