Page 1 of 1

Clicked(x,y) in 3D

Posted: Thu Apr 30, 2009 5:31 pm
by 10549502
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.

Posted: Mon May 04, 2009 7:30 am
by narcis
Hello Sunday,

With which series type are you experiencing this?

Thanks in advance.

Posted: Mon May 04, 2009 2:12 pm
by 10549502
Hello Narcís,

I have the problem using the following objects.

- TBarSeries
- THorizBarSeries
- TChartAxis
- TSeriesMarks

Thanks again!

Posted: Tue May 05, 2009 2:08 pm
by narcis
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.

Posted: Tue May 05, 2009 6:28 pm
by 10549502
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