View Single Post
  #2   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default how can i change position of x and y axis in chart?

Select the plotted data. In the formula bar you will see
=SERIES(optional,xrange,yrange,chartnum)
reverse the order of the 2nd and 3rd arguments.

Alternately, when creating the chart, at "Chart Wizard - Step 2 of 4 -
Chart Source Data" select the Series tab and specify the appropriate
ranges as X Values and Y Values.

By default, Excel assumes that the left-most column (or top-most row)
contains the X Values

Jerry

zare-jamal wrote:

hi, i plotted a chart in excel. now i want to change position of x and y
axis. In the other hand i want to make x axis as y axis and vice versa.

thanks.