I've figured out what I need to do, I just need some advice on which class to edit and where in the class file:
I need to edit the chart.xml file; specifically the contents of <c:dLbls> tag and include the following:
[code]
<c:showLegendKey val="1"/><c:showVal val="1"/><c:showCatName val="1"/><c:showSerName val="1"/><c:showPercent val="1"/><c:showBubbleSize val="1"/><c:showLeaderLines val="1"/>
[/code]
any advice on with Inc file to edit and where?
Thanks in advance!