M
Mike Avery
I'm creating a 5cm by 4cm (about 150 by 120 pixel) chart in c# via the
Graphics class and I want this to arrive in something like a table or frame
in Word.
I have tried saving it to file in various formats and reloading it, I can
copy and paste it in code and I can also get it in via http: using
Range.InlineShapes.AddPicture FileName:=http://..... which I thought was
quite nice.
The problem is that when you print the Word document, the quality,
especially the chart text is rubbish. I'm guessing that this is because its
created with a small number of pixels. I have tried building it five times
the size and letting word scale it to a 5cm x 4cm table cell which improves
the quality quite well. Its a bit mucky though, my chart lines get to be too
thin etc. and there must be a better solution. Any help gratefully accepted.
Mike
Graphics class and I want this to arrive in something like a table or frame
in Word.
I have tried saving it to file in various formats and reloading it, I can
copy and paste it in code and I can also get it in via http: using
Range.InlineShapes.AddPicture FileName:=http://..... which I thought was
quite nice.
The problem is that when you print the Word document, the quality,
especially the chart text is rubbish. I'm guessing that this is because its
created with a small number of pixels. I have tried building it five times
the size and letting word scale it to a 5cm x 4cm table cell which improves
the quality quite well. Its a bit mucky though, my chart lines get to be too
thin etc. and there must be a better solution. Any help gratefully accepted.
Mike