Problem with TSurfaceNearestTool and TSurfaceSeries

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
StevenN
Newbie
Newbie
Posts: 4
Joined: Mon Dec 13, 2004 5:00 am

Problem with TSurfaceNearestTool and TSurfaceSeries

Post by StevenN » Wed Apr 06, 2005 2:41 pm

Hello,

I have create a Chart with one SurfaceSeries and I want to use the SurfaceNearest tool.
My data is irregular. Chart and Series data is available as an exported file (*.tee format) to show the following problem:
If I move the Cursor over the chart filled with data I only see a green column line and not the blue row line nor the selected (red) cell. The GetRowCol method works fine and give me the correct row and column number.
If the chart is filled with generated data (algorithm from the demo source) all works fine.

Why does the tool works not as expected?

Steven

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

Post by Narcís » Wed Apr 06, 2005 2:51 pm

Hello Steven,

It works fine here using the latest VCL version (7.04), adding a SurfaceSeries populated using FillSampleValues method and adding a SurfaceNearest tool.

Could you please send us a sample project we can run "as-is" to reproduce the problem here? You can post it at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.

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

StevenN
Newbie
Newbie
Posts: 4
Joined: Mon Dec 13, 2004 5:00 am

Post by StevenN » Wed Apr 06, 2005 3:02 pm

Thank you for your quick answer.
Sorry, but it is not possible for me to use Newsgroups. Our IT-Dep. does not allow it. I will send it you via Email. I got the adress ( :wink: ) from the thread before.

I use Win2k, Delphi 6 and TeeChart Pro VCL 7.04

Steven

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

Post by Narcís » Thu Apr 07, 2005 7:53 am

Hi Steven,
Sorry, but it is not possible for me to use Newsgroups. Our IT-Dep. does not allow it. I will send it you via Email. I got the adress ( ) from the thread before.
I have already seen your e-mail. What happens that everybody is blocking newsgroups :roll:?

Could you please send me an example project we can run "as-is" to reproduce the problem here? Loading the .tee file you sent me I get an error that may be because I don't have the same elements you had in your project.
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

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

Post by Narcís » Fri Apr 08, 2005 8:08 am

Hi Steven,

I've been able to run your project and reproduce the problem.

In some cases TSurfaceNearesTool works ok.

To check it please use the TTeeCommander buttons to rotate and zoom the chart so that you view it from the top. Now "play" a little moving the mouse over the surface to the area on the left and you'll see rows and columns colours. In some regions of the surface you will only see the rows because of the type of surface you created. Maybe you will have to try rotating and moving the mouse for this to work.

I've included the issue to our deffect list to be fixed for future releases.
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

Post Reply