What type of chart is this and how can I make one?

Jaymond Flurrie

Well-known Member
Joined
Sep 22, 2008
Messages
921
Office Version
  1. 365
Platform
  1. Windows
My customer gave me an example chart and wants me to create similar charts automatically, so I'm going to use VBA to make such charts. The problem is that I have no idea what is the name of this chart type (I would guess it's some kind of radar chart) and more importantly, how do I access such a chart in Excel and even further, what's the VBA name of this chart type. I'm using either Excel 2007 or 2010.

So here's the picture I took from PDF he gave to me as an example:
charttype.png

All four directions represents one value - the further the point is from the center, the bigger the value is.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
It IS a radar chart but I don't think it will look exactly alike just from my memory.


To access it, go to Insert Tab, Charts > Other Charts and it should be there at the most bottom row.
 
Upvote 0
It IS a radar chart but I don't think it will look exactly alike just from my memory.


To access it, go to Insert Tab, Charts > Other Charts and it should be there at the most bottom row.

Found it, thanks! The problem was that those "example thumbnail pictures" had five of those "dimensions" so that confused me quite a bit. I also have this Charts And Graphs book by Bill Jelen, but with quick glance it didn't have a single picture that looked like what I was looking for.
 
Upvote 0
Awesome. Thanks for the feedback and the book's name :P
Maybe I'll take a look at it too one day./
 
Upvote 0
Awesome. Thanks for the feedback and the book's name :P
Maybe I'll take a look at it too one day./

The book looks so far quite good, but I can't say whether or not I recommend it. I mean, I haven't read it yet, so I can't say much about it. The good thing is that it is for Excel 2010, unlike many other books today, and it has some very interesting things like "know when charts are lying" and "using charts as maps". Judging by pictures there, there's some very nice masterpiece charts and instructions how to make those. So far there hasn't been a lot I haven't liked, but if you are into VSTO programming, this book isn't necessarily for you - unless you're fluent with translating VBA code into VSTO code. The book wasn't very expensive either, a bit over 25 USD from Amazon.com.

I try to read books from a lot of different authors to be able to compare them and I would recommend that for others too.

[/off-topic]
 
Upvote 0
Thanks for the explanation.
Since the price doesn't seem to be too bad, I think it's worth having a look at the bookstore just to see what's up.
I am trying to go into VSTO programming as I know it will become useful in the near future. Although I can translate fluently between VBA and VSTO with some help from internet of course :P
 
Upvote 0
For what it's worth, this kind of chart is not as clearly interpreted as you might think. There are gridlines to help, but the fact that the "axes" (radial lines) go off in divergent directions make it very hard to compare values along different radii.

A more suitable approach is to make a parallel coordinates chart, which is a fancy name for a line chart.

I wrote a relevant tutorial in Sample Parallel Coordinate Chart, I wrote a critique of radar charts in Radar Charts are Ineffective, and I compared radar charts to parallel coordinates in Composite Baseball Player Evaluation.
 
Upvote 0

Forum statistics

Threads
1,224,591
Messages
6,179,768
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top