Hello,
I´m using the following code to insert a SfChart in a PDF
page.Graphics.DrawImage(PdfImage.FromStream(chart.GetStream()), new RectangleF(new PointF(MMToPoint(20), MMToPoint(50)), new SizeF(MMToPoint(170), MMToPoint(100))));
In Android, this works fine, but in iOS, the app crash when I call GetStream() without error.
I was trying use SfChart.SaveAsImage, but I can´t find any file, even on iOS or Android.
Anyone already have this problem ?
Thanks,
Marcelo Jarretta