I've been working with the ColorGrid data series to display gridded data and that has met our needs until now. A user has requested that we provide them with a smooth/blur option. So far I haven't been able to find a way to do this (we have resorted to post-processing a bitmap but that is of limited use). Is there a way to get a smooth/blur effect with ColorGrid or should I be looking at an alternative type of series to achieve this effect?
Thanks, K
ColorGrid smooth/blur
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: ColorGrid smooth/blur
Hello,
Well, the TChart Feature Demo, shipped with the product, has a binary data 'foot' example which could be the kind of thing you're looking for, e.g.flobadob wrote:I've been working with the ColorGrid data series to display gridded data and that has met our needs until now. A user has requested that we provide them with a smooth/blur option. So far I haven't been able to find a way to do this (we have resorted to post-processing a bitmap but that is of limited use). Is there a way to get a smooth/blur effect with ColorGrid or should I be looking at an alternative type of series to achieve this effect?
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: ColorGrid smooth/blur
Thanks for the tip, I'll take a look at that example.Christopher wrote: Well, the TChart Feature Demo, shipped with the product, has a binary data 'foot' example which could be the kind of thing you're looking for, e.g.