Clicked(x,y) in 3D

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Sunday
Newbie
Newbie
Posts: 3
Joined: Wed Jun 25, 2008 12:00 am

Clicked(x,y) in 3D

Post by Sunday » Thu Apr 30, 2009 5:31 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon May 04, 2009 7:30 am

Hello Sunday,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Sunday
Newbie
Newbie
Posts: 3
Joined: Wed Jun 25, 2008 12:00 am

Post by Sunday » Mon May 04, 2009 2:12 pm

Hello Narcís,

I have the problem using the following objects.

- TBarSeries
- THorizBarSeries
- TChartAxis
- TSeriesMarks

Thanks again!

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue May 05, 2009 2:08 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Sunday
Newbie
Newbie
Posts: 3
Joined: Wed Jun 25, 2008 12:00 am

Post by Sunday » Tue May 05, 2009 6:28 pm

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. :D

Post Reply