contour series value and color grid scale problems

TeeChart for ActiveX, COM and ASP
Post Reply
Andras
Newbie
Newbie
Posts: 40
Joined: Thu Oct 14, 2004 4:00 am
Location: Hungary

contour series value and color grid scale problems

Post by Andras » Fri Sep 15, 2006 7:43 am

Dear Support

I face two problems:

1. I use a contour grid to plot a distribution. I also use the annotation tool to indicate contour point values. The annotation flys with the cursor, and by using the OnMouseMove and TeeChart.Series(I).Clicked(X, Y) procedures I permanently update the flying annotation allowing the user to check selected contour point values. The problem is, that contour series values obtained (and indicated in the flying annotation) in this way do not match the color legend scale on the right of the chart at all. Could you test and check it?

2. I'm also representing the same distribution above with a color grid. Unfortunately the continuous color scale legend of this object (or series) on the right of the chart does not work at all, i.e. does not show any values, they are all 0. Do you face this problem as well?

Thank you in advance,
best regards

Andras

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 Sep 15, 2006 8:29 am

Hi Andras,

Could you please send us an example project we can run "as-is" to reproduce the problems here? You can post your files at news://www.steema.net/steema.public.attachments 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

Andras
Newbie
Newbie
Posts: 40
Joined: Thu Oct 14, 2004 4:00 am
Location: Hungary

Post by Andras » Fri Sep 15, 2006 9:44 am

Dear Narcis

I have posted the example on the URL you gave. I use VB6, and Tchart AX maintenance release version V8.

Thanks in advance

Andras

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Sep 18, 2006 2:08 pm

Hi Andras,

1) Yes, I can see what you refer, I'm reviewing which could be the problem, I'll let you know something about this item as soon as possible.

2) Adding :
.TChartGrid.Series(0).asColorGrid.CreateRangePalette
after the AddArray solves the problem.

Andras
Newbie
Newbie
Posts: 40
Joined: Thu Oct 14, 2004 4:00 am
Location: Hungary

Post by Andras » Wed Oct 04, 2006 6:35 am

Any news from the contouring problem?

regards

Andras

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Oct 06, 2006 4:22 pm

Hi Andras,

we're working on it, trying to find where the problem is. I'll post a note here when we've a fix for it and then I will send to you the fixed ocx if needed.

Andras
Newbie
Newbie
Posts: 40
Joined: Thu Oct 14, 2004 4:00 am
Location: Hungary

Post by Andras » Sun Oct 08, 2006 8:25 am

Ok Pep, thanks in advance.

best regards

Andras

Post Reply