0
votes

I have a donut type chart created in SSRS which shows progress. I however have a % that i wanted to had in the middle of the document. Is there a way to add a text/rectangle in the center? I tried using one of the data label and converted it as an expression for the % but you can't move it to the center. Any possibilities?

enter image description here

1

1 Answers

0
votes

Late answer but may help anyway...

As told in Dale's link, textboxes over charts are not supported.
I used a single radial gauge instead which allows inside centered label.
In order to rid off this old fashioned design, you'll have to customize a couple of properties in GaugePanel, RadialScale (min value=0 max value=100 sweepangle=360 startangle=180 hide tickmarks), RadialPointer (Placement=Cross Type=Bar Barstart=0 Needlestyle=SteelthArrow), add a label (right-click on the RadialGauge) and delete the RadialRange.
But see that pretty good final result