Hi,
I have an exception when I add data in a TSurfaceSeries. I have joined a little project.
EDI is Delphi 2007 and Chart version is TeechartPro V2013.09.
Exception when loading 3D chart
Exception when loading 3D chart
- Attachments
-
- Chart3D.zip
- (12.8 KiB) Downloaded 862 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Exception when loading 3D chart
Hi mivtee,
I can not reproduce the problem here using v2014.10.140220, which is the latest version available. Can you please check if this solves the problem at your end?
BTW, I'm not getting anything displayed in the chart though. Please bear in mind that Surface series should have a structure similar to what I described here.
I can not reproduce the problem here using v2014.10.140220, which is the latest version available. Can you please check if this solves the problem at your end?
BTW, I'm not getting anything displayed in the chart though. Please bear in mind that Surface series should have a structure similar to what I described here.
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 |
Re: Exception when loading 3D chart
Hi,
I didn't find a v2014.10.140220 for Delphi 2007, where can I download it?
It works with this code:
I have this result:
But this doesn't work and make an exception:
I didn't find a v2014.10.140220 for Delphi 2007, where can I download it?
It works with this code:
Code: Select all
for x:=0 to 32 do
(Serie as TSurfaceSeries).AddXYZ(x,random,1);
for x:=0 to 32 do
(Serie as TSurfaceSeries).AddXYZ(x,random,2);
But this doesn't work and make an exception:
Code: Select all
for x:=0 to 32 do
(Serie as TSurfaceSeries).AddXYZ(x,random,1);
for x:=0 to 30 do
(Serie as TSurfaceSeries).AddXYZ(x,random,2);
- Attachments
-
- Chart3DV2.zip
- (13.54 KiB) Downloaded 903 times
Re: Exception when loading 3D chart
Hi mivtee,
I see in your dfm you have two TChart components overlapping. One has a TSurfaceSeries and the other has a TIsoSurfaceSeries.
I removed both and added a new one and created a TIsoSurfaceSeries by code.
I can reproduce the problem with v2013.09 but not with v2014.10. I attached the simplified version FYI:
I see in your dfm you have two TChart components overlapping. One has a TSurfaceSeries and the other has a TIsoSurfaceSeries.
I removed both and added a new one and created a TIsoSurfaceSeries by code.
I can reproduce the problem with v2013.09 but not with v2014.10. I attached the simplified version FYI:
I've loged in the client area with your license information and I found the v2014.07 installer for RAD 2007:mivtee wrote:I didn't find a v2014.10.140220 for Delphi 2007, where can I download it?
It's the second in the list, after TeeChart2014Delphi7.exeTeeChart2014Delphi2007.exe
February 24, 2014
Build 2014.10.140220
File size - 50,36 MB
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Exception when loading 3D chart
Sorry, but I didn't see any TeeChart2014Delphi2007.exe in our client area.
Re: Exception when loading 3D chart
Hi,
If not, please tell us and we'll send you a mail with the direct link to download it.
You "didn't see" means you do now?mivtee wrote:Sorry, but I didn't see any TeeChart2014Delphi2007.exe in our client area.
If not, please tell us and we'll send you a mail with the direct link to download it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Exception when loading 3D chart
hi,
I don't see any TeeChart2014Delphi2007.exe in our client area. So we'll be interesting to have the link to download it.
Regards.
I don't see any TeeChart2014Delphi2007.exe in our client area. So we'll be interesting to have the link to download it.
Regards.
Re: Exception when loading 3D chart
Hello,
Just sent.mivtee wrote:I don't see any TeeChart2014Delphi2007.exe in our client area. So we'll be interesting to have the link to download it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Exception when loading 3D chart
Thank you, I used the old License/password... So it works now.
regards
regards