Dynamic palette control with Contour series

TeeChart for ActiveX, COM and ASP
Post Reply
ModelTech
Newbie
Newbie
Posts: 28
Joined: Tue Oct 09, 2007 12:00 am

Dynamic palette control with Contour series

Post by ModelTech » Fri Dec 28, 2007 11:56 am

Hi!

I try to do following with Contour series using VBScript:

1. I load Contour map using .asContour.AddArrayGrid method.
2. I want to change number of intervals in color Palette (asContour.NumLevels).
3. If I increase this value then everything OK.
4. If I try to decrease this value then TeeChart save some "old" values of color intervals (asContour.NumLevels).

What is the possible issue in my case?

What method do you recomend to change dynamicaly color range for TeeChart with VBScript?

BTW, what means mark "Automatic" in series->levels editor?

Thanks in advance,
Danila.

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 Jan 02, 2008 10:14 am

Hi Danila,

Could you please send us a simple example project we can run "as-is" to reproduce the problem here?
BTW, what means mark "Automatic" in series->levels editor?
That levels are calculated automatically instead of using a specific number of levels.

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

Post Reply