Hi,
I have a problem with the Clicked(x,y) method.
When I use the Clicked(x,y) method in 2D mode it is working very well. But when I use it in 3D mode, it's like the method thinks that the chart is still in 2D mode.
Is there a way to tell it that the chart is now in 3D mode ? Is it automatic ?
I use Tchart 8.04.11395 version.
Thank you.
Clicked(x,y) in 3D
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello Sunday,
With which series type are you experiencing this?
Thanks in advance.
With which series type are you experiencing this?
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 Sunday,
Thanks for the information. Yes, clicked method in those objects only support 2D charts and the Z=0 plain in 3D. I'll add your request to the wish-list to be considered for inclusion in future releases.
BTW: Notice that axes are not 3D, what are visible in 3D mode are chart walls. Clicked method works fine for series marks in 3D here.
Thanks for the information. Yes, clicked method in those objects only support 2D charts and the Z=0 plain in 3D. I'll add your request to the wish-list to be considered for inclusion in future releases.
BTW: Notice that axes are not 3D, what are visible in 3D mode are chart walls. Clicked method works fine for series marks in 3D 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 |
Hello Narcís,
That's why TBarSeries, THorizBarSeries and Axes were not working in 3D mode. Thanks for adding it to your wish-list.
And yes, after performing new tests with series marks, you're right, clicked method works fine for them.
That does the job!
Thanks a lot for your fast answers.
Regards,
Sunday.
That's why TBarSeries, THorizBarSeries and Axes were not working in 3D mode. Thanks for adding it to your wish-list.
And yes, after performing new tests with series marks, you're right, clicked method works fine for them.
That does the job!
Thanks a lot for your fast answers.
Regards,
Sunday.