I would like to do some basic charting in F# using build in features or a free library. And I would be very very pleased with a very basic example of it, a pie chart if possible.
Example data :
[("John",34);("Sara",30);("Will",20);("Maria",16)]
Where the ints are percentages to be represented in the pie.
I have recently installed VSLab and though I find a lot of 3D examples, I am only looking for a simple pie chart...
It is also fine to use excel features by the way, not free, but installed nevertheless..