The chart is on a DotNetbar tab. The app opens with another tab selected, if I export at that stage, the picture looks fine, after selecting the tab with the chart, the export produces a black image (even so after switching back to the first tab). Code looks like
Code: Select all
teeChart.Footer.Visible = true;
teeChart.Export.Image.JPEG.Quality = 100;
teeChart.Export.Image.JPEG.Width = 700;
teeChart.Export.Image.JPEG.Height = 500;
teeChart.Refresh();
teeChart.Export.Image.JPEG.Save(strPath);
Thanx,
André