Saving chart into image
Posted: Wed May 12, 2010 9:59 pm
I am trying to include chart into my report. I've tried a few different image options, but seems to me all of them have the same problems:
- if I set my graph to NOT SHOW ANY BORDERS, then you guys are adding a black border around my graph anyway. Is there any way to produce an image file with chart and without border?
- if I set my chart with transparent background (or try to use shadow for the whole graph), in resulting image areas, that supposed to be transparent, are black!
- if I set my chart.Panel.Shadow.Visible = true and save it as image - the shadow is there (yes, the transparent parts are black, but this is not the point here). Now, if I set chart.Panel.Shadow.Smooth = true, save this graph into an image file - the whole shadow is gone now!