Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Thu Mar 01, 2018 2:55 pm

Hi guys,

I'm trying to arrange created datalabels as their default position often overlaps with each other.
However I haven't found any X,Y (or similar properties) in ChartDataLabel

However in OpenXml there is an option to manually set a position (check screenshot)

Code: Select all
-<c:manualLayout>
     <c:x val="-0.14763996885312236"/>
     <c:y val="3.0241936574988474E-2"/>
</c:manualLayout>


Could you implement this feature , as it is very crucial for our project to be able to rearange datalabels

Regards

Stecya
 
Posts: 27
Joined: Wed Jan 10, 2018 2:36 pm

Fri Mar 02, 2018 2:30 am

Dear Stecya,

Thanks for your inquiry.
Sorry that Spire.Presentation doesn't support the feature at present. We will add the new feature in our future upgrade. If there is any update, we will notify you immediately.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Apr 09, 2018 9:26 am

Dear Stecya,

Thanks for waiting.
Now the new feature has been implemented, please download Spire.Presentation Pack Hotfix Version:3.4.1.
Sample code for your reference:
Code: Select all
            ChartDataLabel label = chart.Series[0].DataLabels.Add();
            label.ID = 2;
            label.X = 0.2f;
            label.Y = -0.1f;

Looking forward to your feedback.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Wed Apr 11, 2018 5:51 am

Dear Stecya,

Greetings from E-iceblue.
Did you use the hotfix and the new feature ? Did it fulfill your requirement ?

Thanks,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Apr 16, 2018 2:33 pm

Hi,

Currently I'm using Spire.Office version 2.16.27 and apparently this feature is not there yet. So cannot check it.

Regards

Stecya
 
Posts: 27
Joined: Wed Jan 10, 2018 2:36 pm

Tue Apr 17, 2018 2:20 am

Dear Stecya,

Thanks for your response.
We will let you know when the hotfix of Spire.Office includes the new feature.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Apr 20, 2018 3:49 am

Dear Stecya,

We have released Spire.Office Platinum Version:3.0 which includes the new feature.
Looking forward to your feedback.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.Presentation