ZedGraph radar chart
Does the ZedGraph API allow us to create a radar chart? An example of a radar chart can be seen at http://www.internet4classrooms.com/excel_files/r开发者_如何转开发adar_chart3.gif and is also listed below.
Language used: C#, getting data from a database dynamically and shown on the radar chart.
You can do it in ZedGraph using polar plot or any similar type of chart, here is some example:
[link broken] http://zedgraph.org/wiki/index.php?title=Polar_Plot_Demo
This should show you how you can do a chart like this. It shouldn't be any problem.
maybe also take a look on this example:
[link broken] http://zedgraph.org/wiki/index.php?title=Contour_Chart_Demo
I don't think you can do it in ZedGraph, but I did come across this example in VB.NET (it could probably easily be translated to C#) for a different charting application: OpenFlashChart - A radar chart example with VB.NET.
精彩评论