How do you change the order of the slices in a pie chart?

W

weekendbeacher

When creating a pie chart, how do you change the order of the slices slices,
not just rotating them?
 
J

John Mansfield

One option is to switch the order of the data in the worksheet. For example,
if the pie is based on 1,2,3,4 - change it to read something different like
2,4,1,3.
 
Top