Replace Chart with a bitmap

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
KevL
Newbie
Newbie
Posts: 17
Joined: Fri Mar 14, 2008 12:00 am

Replace Chart with a bitmap

Post by KevL » Mon Apr 05, 2010 12:33 pm

I have a bitmap of a color grid that I generate manually that I would like to place on a TChart. The manually built bitmap matches the ColorGrid series, but I can generate and display it much faster than TChart can. I tried pasting this bitmap onto the chart using "BackgroundImage" which does work, but it is just that... a background image. The empty chart is on top of it. I tried various combinations, but have not hit upon the correct code to make this work. Any help would be appreciated.

Currently, I just display my bitmap on a separate form. Displaying this form while inhibiting the TChart effectively doubles my refresh rate for a 50 x 1024 grid.


thanks,
Kev

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

Re: Replace Chart with a bitmap

Post by Narcís » Tue Apr 06, 2010 10:19 am

Hi Kev,

Have you tried using the bitmap with an Image tool or setting it as back wall's image?

Image tool example can be found at All Features\Welcome !\Tools\Image in the features demo available at TeeChart's program group.

Hope this helps!
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