Print out to the paper center
Posted: Sat Oct 22, 2005 5:23 am
Hi,
I am trying to print out a chart image on to an A4 paper with some other graphical images, that is, I am trying to lay out several graphical objects on an A4 paper.
The problem is that I can not control the position and size of the TChart object image on the paper. The method available for this purpose seems to be only this one:
How can I do the size & position control on the paper?
Aren't there method similar to System.Drawing.Graphics.DrawImage?
I am trying to print out a chart image on to an A4 paper with some other graphical images, that is, I am trying to lay out several graphical objects on an A4 paper.
The problem is that I can not control the position and size of the TChart object image on the paper. The method available for this purpose seems to be only this one:
But this method does not accept the position or size argument.void TChart.Draw(System.Drawing.Graphics g)
Paints the Chart in your preferred Canvas and region.
How can I do the size & position control on the paper?
Aren't there method similar to System.Drawing.Graphics.DrawImage?