Hi there,
Attached this time
Hi,
Not bad - using 7.5.0.5 and the calculate method let me get X, Y and Width.
However, using this solution causes a new bug with the datalabels - in the input sheet you will see they have a fill color and a border line - after using this solution and saving the fill and border disappear:
Workbook categoryTest = new Workbook("categories_test_a.xlsx");
Chart tChart = categoryTest.Worksheets[0].Charts[0];
tChart.Calculate();
int iWouldLikeTheWidth = tChart.NSeries[0].Points[0].DataLabels.Width;
int iWouldLikeTheTop = tChart.NSeries[0].Points[0].DataLabels.Y;
int iWouldLikeTheLeft = tChart.NSeries[0].Points[0].DataLabels.X;
tChart.NSeries[1].Points[0].DataLabels.X += 100;
tChart.NSeries[1].Points[0].DataLabels.Y += 100;
tChart.NSeries[2].Points[0].DataLabels.X += 100;
categoryTest.Save("output.xlsx");
I have attached a screenshot showing the before on the left and after on the right.
Hi,
Hi,
Please download and try our latest version/fix: Aspose.Cells for .NET v7.5.1.2.
We have fixed the saving data labels issue.
Hi - Good and bad news:
Hi,
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Please download and try this fix: Aspose.Cells for .NET v7.5.1.3.
I can confirm that the fix in 7.5.1.3 is good.
Hi,
The issues you have found earlier (filed as CELLSNET-41830) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan