Page 1 of 1

Dynamic palette control with Contour series

Posted: Fri Dec 28, 2007 11:56 am
by 15046980
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.

Posted: Wed Jan 02, 2008 10:14 am
by narcis
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.