How do I create a one cylinder graph?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a single cylinder graph that is split into 4 pieces by color
(like a pie graph but in a cylinder shape) with the bottom piece of the
cylinder having the most color at 50%, etc.
 
Put the data in this form:

CYLINDERNAME Data1 Data2 Data3 Data4

Use the Chart wizard to create the cylinder chart of your choice. Make
sure the series is in COLUMNS.

If the data is listed like this:

CYLINDER NAME
Data1
Data2
Data3
Data4

Do the same thing, but the series must be listed as ROWS.
 
Back
Top