Answered by:
Display % on Y- axis of bar chart in ssrs

Question
-
Hi all,
I have designed a bar chart report in SSRS i have some values in percentage on Y- axis it is showing 0 to 100 values with 10 as interval
I need to display symbol % behind the labels of Y-axis i,e 10%, 20% ... over Y-axis.
Please suggest me a way to achieve this.
Thanks in advance...
Thursday, July 26, 2012 5:14 AM
Answers
All replies
-
Hi,
Not sure whether you have COLUMN Or BAR chart, but as you are saying that you need % symbol on Y axis..
But steps to do it
1. Select axis property
2. Go to number and select percentage.
- Chintak (My Blog)
Thursday, July 26, 2012 6:04 AM -
Thanks,
If we use the above option it is multiplying the values with 100 then placing % behind the values.
Can we write an expression to concatenate % to the label values so that we can get values as it is with %.
Thursday, July 26, 2012 6:23 AM -
-
Thanks
Thursday, July 26, 2012 7:27 AM -
hi there,
Also check out this approach for displaying % sign in your chart.
thanks, Khilit
Sunday, August 5, 2012 5:43 AM