Show logo in chart (c#)
Posted: Fri Nov 27, 2020 5:39 am
How can I show a logo in the chart area?
I found that g.Draw(100, 100,img) in the BeforeDrawSeries does work, but I can't find a way to control the size or stretch the logo within a defined rectangle. Is there maybe a Teechart equivalent for e.Graphics.DrawImage(newImage, x, y, srcRect, units) that I'm not aware of?
I've also seen that this forum recommends to use the annotation tool for including images in charts, however my annotation tool only allows for text to be included, but not images? Is this feature limited to certain Teechart products?
I found that g.Draw(100, 100,img) in the BeforeDrawSeries does work, but I can't find a way to control the size or stretch the logo within a defined rectangle. Is there maybe a Teechart equivalent for e.Graphics.DrawImage(newImage, x, y, srcRect, units) that I'm not aware of?
I've also seen that this forum recommends to use the annotation tool for including images in charts, however my annotation tool only allows for text to be included, but not images? Is this feature limited to certain Teechart products?