monitor resolution affects bmp output from chart control?
Posted: Wed Oct 06, 2004 11:30 pm
fv_dbChartControl.SaveToBitmapFile( strScratchFilename,
Rect( 0, 0, mv_nSavedChartWidth, mv_nSavedChartHeight ) );
When i save an image from a chart to a bmp file, some of the text information like x-axis lables towards the end and also the legend texts (although legend colors does show up) are missing from the bmp file. But when i increase the resolution and then output image to a file, it seem to have the right image with no missing text.
Is this a known issue and if so, is there a work around? Or is there a minimum resolution requirement?
note: we are on teechart V7.
Thanks,
- Suma
Rect( 0, 0, mv_nSavedChartWidth, mv_nSavedChartHeight ) );
When i save an image from a chart to a bmp file, some of the text information like x-axis lables towards the end and also the legend texts (although legend colors does show up) are missing from the bmp file. But when i increase the resolution and then output image to a file, it seem to have the right image with no missing text.
Is this a known issue and if so, is there a work around? Or is there a minimum resolution requirement?
note: we are on teechart V7.
Thanks,
- Suma