Fuzzy Chart Images in Slides

I am changing some values of an Excel chart that are embedded in a PPT file and when I convert the oleobject to a image to avoid the "object changed" display:

Dim bitmap As Bitmap = chart.ToImage

Dim pic As Aspose.Slides.Picture = New Aspose.Slides.Picture(pres, bitmap)

Dim picId As Integer = pres.Pictures.Add(pic)

oof.PictureId = picId

The new image of the chart is fuzzy. I have read a few post on this but has there ever been a fix for this?

Thanks

Dear jessick-dj,

Thanks for reporting.

We will investigate and fix this problem and let you know.