Hi,
I want to use a background for my XYChart as below:
c.setBackground("picture.png");
But the XYChart and picture.png need to be resized by OnSize() function.
How can I resize picture.png?
If it doesn't work.
I will use CDC class to resize picture.png and put in the same location with my XYChart.
But It has flicker because XYChart is not transparent.
Any ideas to solve it?
thanks for help.
OS: Win7
Type: C# Windows Forms Application |