Thread: Radar Chart?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael[_27_] Michael[_27_] is offline
external usenet poster
 
Posts: 41
Default Radar Chart?

Hi everyone,

I have a question about RADAR chart. Say I have a table like this:

Solution A B C
1 3.7 200.0 5324.8
2 4.8 333.8 4532.1
3 9.8 734.2 3219.3
and so on up to 20 solutions....

When plotted using RADAR char, each solution values will be on a
single semi-diagonal (will have 20 semidiagonal); i.e. for solution 1
the values of A, B, C, (3.7, 200.0, 5324.8) will be on alongside one
diagonal......and so on.

Can, by using RADAR chart, modify the setting so instead of 20
semi-diagonal (1 for each solution) I end up with 3 semi-diagonals:
one for A values, 2nd for B values, and 3rd for C values?

Thanks alot,
Mike