Nobody/Anonymous
-
2010-06-03
I have a problem when I export Plotsorfaces to Bitmap:
the text on the axis is very blurred, and the lines and bars on the plot look very fuzzy, compared to the
same plot against the sceen. Attached is a PDF with lots of charts, all of them look much better on the
screen.
This is the code (in fragments) I use:
NPlot.Bitmap.PlotSurface2D plotSurfaceBitmap = new NPlot.Bitmap.PlotSurface2D (width, height);
Draw_Chart (plotSurfaceBitmap,width,height);
plotSurfaceBitmap.BackColor = Color.White; // Color Outside the plot.
plotSurfaceBitmap.Refresh ();
Bitmap bitmap = plotSurfaceBitmap.Bitmap;
The Bitmap gets saved and printed.