Hi,
We just upgraded from teechart version 1.0.1189.31308, to teechart version 1.1.2004.16592.
We load our own bitmaps to fill our charts, but after we upgraded, the code “barSeries.Brush.LoadImage("MyImage.bmp"));” stopped working.
Now, the charts instead of getting filled with our bitmaps, they fill with some strange solid colors.
barSeries.Brush.LoadImage("MyImage.bmp"));”
-
- Newbie
- Posts: 52
- Joined: Tue Mar 04, 2003 5:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Annelise,
Using something like the code below works fine here. Can you please test if it works for you?
Using something like the code below works fine here. Can you please test if it works for you?
Code: Select all
bar1.Brush.Image=System.Drawing.Image.FromFile(@"e:\temp\after_zoom.JPG");
Best Regards,
Narcís Calvet / 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 |