Upgrade from v4 to v7
Upgrade from v4 to v7
Hi,
We are currently using v4 and would like to upgrade to v7 as we want to use the marksTip features. I saw in http://www.teechart.net/support/viewtopic.php?t=2736 that we need to upgrade from v4->v5->v6->v7 and not straight from v4->v7. Could you send the upgrade utilies for v4->v5 and v5->v6. We have the utility to upgrade from v6->v7. Thanks .
We are currently using v4 and would like to upgrade to v7 as we want to use the marksTip features. I saw in http://www.teechart.net/support/viewtopic.php?t=2736 that we need to upgrade from v4->v5->v6->v7 and not straight from v4->v7. Could you send the upgrade utilies for v4->v5 and v5->v6. We have the utility to upgrade from v6->v7. Thanks .
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi shiauning,
Sure! I've just sent them to your forums contact e-mail address.
Also please notice that latest TeeChart Pro ActiveX version is v8 which was released last month.
Sure! I've just sent them to your forums contact e-mail address.
Also please notice that latest TeeChart Pro ActiveX version is v8 which was released last month.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Thanks
I have done the upgrade, but seems that I still have some problems with the chart. Could you please help with the issues ?
1. First five series are missing from the chart. I noticed that this issue exists before (from the forum) but there was no resolution.
2. Axis->Title->PutCaption(title) does not work properly
3. Series->PutVerticalAxisCustom() does not work properly.
It has resulted that the first few series are missing.
Another problem I faced is the x axis interval is set incorrectly. Could you point me to how to set it correctly?
Btw, all this problem occurs after the upgrade. The codes works fine when I was using version 4.
I have done the upgrade, but seems that I still have some problems with the chart. Could you please help with the issues ?
1. First five series are missing from the chart. I noticed that this issue exists before (from the forum) but there was no resolution.
2. Axis->Title->PutCaption(title) does not work properly
3. Series->PutVerticalAxisCustom() does not work properly.
It has resulted that the first few series are missing.
Another problem I faced is the x axis interval is set incorrectly. Could you point me to how to set it correctly?
Btw, all this problem occurs after the upgrade. The codes works fine when I was using version 4.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi shiauning,
Please find below the answers to your questions:
1. Could you please point us to the exact issue report or send us a simple example project we can run "as-is" to reproduce the problem here?
2. Have you tried something like this?
3. Can you please try this?
You'll find more information about using axes in Tutorial 4 -Axis Control. Tutorials can be found at TeeChart's program group.
Please find below the answers to your questions:
1. Could you please point us to the exact issue report or send us a simple example project we can run "as-is" to reproduce the problem here?
2. Have you tried something like this?
Code: Select all
TChart1.Axis.Bottom.Title.Caption = Title
Code: Select all
TChart1.Series(0).VerticalAxisCustom = Axis1
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hi
I am trying to put in MarksTip for my chart. I noticed that even when the series is inactive/hidden, the tooltip is still displayed when the mouse moves over it.
After going through the forum, it seems that I can use the OnGetSeriesMark event. However I am unable to add the event in my COM project.
Thanks
I am trying to put in MarksTip for my chart. I noticed that even when the series is inactive/hidden, the tooltip is still displayed when the mouse moves over it.
After going through the forum, it seems that I can use the OnGetSeriesMark event. However I am unable to add the event in my COM project.
Thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hi
Thanks for your previous replies.
I would like to know if the markstip flicker issue (http://www.teechart.net/support/viewtopic.php?t=3074) has been resolved ? I am using 7.0.0.2
And also. I have the problem of the MarksTiip shadow not fading even though the window is minimized. Is this fixed ?
Thanks for your previous replies.
I would like to know if the markstip flicker issue (http://www.teechart.net/support/viewtopic.php?t=3074) has been resolved ? I am using 7.0.0.2
And also. I have the problem of the MarksTiip shadow not fading even though the window is minimized. Is this fixed ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi shiauning,
Could you please download and install v7.0.1.4 and test if it works fine at your end?
Thanks in advance.
I haven't been able to reproduce this here using v7.0.1.4 which is the latest version available at the client area.I would like to know if the markstip flicker issue (http://www.teechart.net/support/viewtopic.php?t=3074) has been resolved ? I am using 7.0.0.2
I haven't been able to reproduce this here with v7.0.1.4.And also. I have the problem of the MarksTiip shadow not fading even though the window is minimized. Is this fixed ?
Could you please download and install v7.0.1.4 and test if it works fine at your end?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi shiauning,
v7.0.1.4 installer is available for all TeeChart Pro v7 ActiveX registered customers at the client download area. Could you please download it from there?
Thanks in advance.
v7.0.1.4 installer is available for all TeeChart Pro v7 ActiveX registered customers at the client download area. Could you please download it from there?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hi I have tested using the latest v7. The flicker happens when there are multiple series in a chart.. and several points intersect together. These points each have their own markstip. When these points intersect together, the markstip will flicker. Please let me know if there is a fix for this. Thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi shiauning,
Could you please send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance!
Could you please send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |