WPF Radar Chart
Radar charts are the ideal choice for charting and comparing measurable attributes of objects. Radar charts are not limited to this type of data though, they can display numerical and time-related data like all other charts too. Other similar charts that are available are the stacked radar chart and spline variants.
Top Features
Multiple data series
Display multiple data sets overlaid on one another -- for example to represent different time periods -- so that users can relate activity across the data sets. WPF Elements smartly uses transparency to ensure that all data sets remain visible. You can even stack radar series on top of each other using the stacked radar chart.
Chart symbols
Display custom symbols at each data point. This can help users locate key data points, quickly assess data values and distinguish between data series or cases.
Data binding
Full support for WPF data binding makes it easy to hook charts up to your business objects and to keep your views lightweight and easy to test.
Fully customizable
Every part of the polar chart control can be customized to suit your applications. Styles or templates can be applied to the title, legend items, axis labels and much more. The area fill and line stroke of each data series can be adjusted independently, and you can use the full range of WPF brushes to create attractive visual effects or highlight a particular series.
Spline Variants
WPF Elements also includes Polar Spline Area Series and Stacked Polar Spline Area Series which renders the data using a smooth spline through each data point.