Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, i have legend in bar chart as showed bellow, i want to change the order and sort as : M1,M2,M3,UAR instead of UAT,M3,M2,M1, without change the order of the bar in chart, how to do?
Go the Bar Chart's Presentation tab :
Hi
You can Achieve this by doing following changes:
1) Right Click on Bar Chart.
2) Properties - Go to Presentation Tab.
3) Go to Legend Prperties.
4) Check the option Reverse Order.
See the Snapshot:
Hope that helps.
Regards
Aviral Nag
HI
or you can sort the order using expression in the sort tab of the char properties
match(YourField,'M1','M2','M3','UAT')
Thanks and regards
Padma