Chart Legend Entries Do Not Expose Position

In PowerPoint I can run this vba to find the coordinates of each item in the Legend of a chart:
?ActivePresentation.Slides(1).Shapes(1).Chart.Legend.LegendEntries(1).Left
574.57094488189
?ActivePresentation.Slides(1).Shapes(1).Chart.Legend.LegendEntries(1).Top
197.502362204724
I want to use the same from C# Aspose so I can automate adding icon shapes to the right of some legend entries but I don’t see any properties that give me the location of each item in the legend.
Please can you add these useful properties to your excellent product to make an old customer very happy :wink: thank you.

@catnoise,
Thank you for your feedback and posting your requirements.

I’ve added a ticket with ID SLIDESNET-43435 to our issue tracking system. Our development team will consider implementing such a feature. You will be notified when the issue is resolved.