I have to build the following chart (rendered in excel):
Using Nevron Charts for SSRS I have gotten this far:
I am not able to center the labels and also unable to mix and match label layouts.
Notice the sample has spider labels mixed with centered labels (i.e. labels placed on pie sector).
Also, I had to use the following expression to add both the category and value with a new line to the label as follows:
="<label>" & "<br/>" & "<value>" & "%"
Since it's still one label, I cannot center it as required.
Any ideas? Hacks are fine too.


I did a google search and found a link to this article which might be able to answer you question: https://www.nevron.com/Forum/6489/How-to-text-align-in-Pie-chart-data-label
Basically, the user wanted the labels to be center-aligned text and not towards a certain side(left or right). As I think this might work for you here is the code below:
Hopefully this works for you!