Bubble chart to image failed

Hi:

The code in attached file shows a bug in the bubble chart. When the code reach the line

aChart.ToImage(aStream, System.Drawing.Imaging.ImageFormat.Bmp);

it generates an "Overflow error". This happens only with the bubble chart, with the other chart types works fine.

Hope you can figure out the problem.


Thanks beforehand


Alejandro

Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for sharing the sample code.

We have found your mentioned issue after an initial test. We will look into it and get back to you soon. Your issue has been registered in our internal issue tracking system with issue id: CELLSNET-15158.

Thank You & Best Regards,

Hi:

Any news related to this problem?

Alejandro

Hi,

The issue is under process. We will inform you when the issue is sorted out.

Thank you.

Hi,

Please try the attached version v4.8.2.13. We have fixed the issue except the position of the value axis title.
Since you create 2007 chart, you should modify your code to:
Workbook wb1 = new Workbook(FileFormatType.Excel2007Xlsx);


Thank you.

Thanks, it works fine.

However we will be waiting for the fixed to the position of the value axis title.

Alejandro.

Hi,

As we told you there is an issue left with value axis title. We will inform you when it is sorted out.


Thanks for your understanding!

Hi Alejandro,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Please try the attached latest version of Aspose.Cells. We have fixed your mentioned issue.

Thank You & Best Regards,

Hi:

The problem is not yet resolve, the title of the value axis appears on the right side. Please, notice the code attached at first post (line: aChart.CategoryAxis.IsPlotOrderReversed = true;), only when this is true, the title goes right (wrong position), otherwise it goes left (correct position). The position should be always on the left side.

Hope soon a new version.

Thanks beforehand

Alejandro Romero

<?xml:namespace prefix = o ns = “urn:schemas-microsoft-com:office:office” /><o:p>

Hi Alejandro,

Thank you for the feedback.

The title of value axis (on left or right) depends on CategoryAxis.IsPlotOrderReversed.When it is true, the title is on left, otherwise it is on right. You may check it using Ms.Excel. Create a chart in MS Excel and then select the category axis, right click on the Category Axis à Format Axis. In the "Format Axis" dialog, change the checkbox of “Categories in reverse" or "Values in reverse", you will see the title of value axis changes.

Thank You & Best Regards,

The issues you have found earlier (filed as 15158) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.