Hi,
I'm trying to export a chart to PNG and it seems that the top line (one pixel) is missing. I'm using the following code:
ChartControl.ImageExporter.SaveToFile(@"C:\Temp\chart.png", new NSize(3000, 2000), new NResolution(300, 300), NImageFormat.CreateImageFormat("image/png"));
I've attached a screenshot and a crop of the exported image...
Hope anyone has a solution for this.