Doughnut Chart - data labels

Hi Harsh Kulshreshtha,


Good to know that your issue is resolved by the recent fix/version.

Well, over the years, we have made tremendous improvements with existing APIs set and added many new features to make the product more robust and feature rich API. Since the release of Aspose.Cells for .NET v8.0.0, We have started maintaining Public API Changes for Aspose.Cells for .NET component, so we recommend you to kindly browse Public APIs Changes section and check different documents (in the section) to know which features/APIs are added and which APIs are obsoleted or removed for your reference:
http://www.aspose.com/docs/display/cellsnet/Migrating+from+Earlier+Versions+of+Aspose.Cells

Hope this helps a bit.

Thank you.

Hi,

I have upgraded Aspose.Cells.dll from 7.2.2.0 to 8.6.2.0(trial version).

After updating library, Blank charts was generating using existing code. I debugged code and found that after commenting below lines chart is generating fine.

// chart.PlotArea.X = 150;
// chart.PlotArea.Height += 100;
// chart.PlotArea.Width += 100;

please suggest me what is the issue with properties because of which charts are stopped generating.

Hi Harsh Kulshreshtha,


I think you may try to call chart.Calculate() method as you are adjusting chart/chart objects’ height, width or x/y position.

Let us know if you still have any issue.

Thank you.