Page 1 of 1

barSeries.Brush.LoadImage("MyImage.bmp"));”

Posted: Fri Feb 24, 2006 7:00 pm
by 8119814
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.

Posted: Mon Feb 27, 2006 1:54 pm
by narcis
Hi Annelise,

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");