a_goodgirl Report post Posted November 13, 2012 Hi! I would like to place the values of Pie chart as Excel - starting from zero degrees and clockwise (so familiar to users). The angle can be set by "startingAngle". How to change the order of the values? I tried to set a list of items <set> in reverse order. With the pie is good, but then, too, the legend is displayed in reverse. Is there a solution to this issue? Share this post Link to post Share on other sites
Swarnam Report post Posted November 14, 2012 Hey, Can you please try setting "reverseLegend" attribute in the chart element and set it to 1? The order of items in legend can be reversed by using this attribute. <chart reverseLegend='1' ...> Hope this helps. Share this post Link to post Share on other sites
a_goodgirl Report post Posted November 15, 2012 Thanks for the help! Share this post Link to post Share on other sites