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