WPF Polar Scatter Chart
Polar scatter charts are simplest form of polar charts available in WPF Elements. Polar charts are commonly used for plotting data related to direction, the 12 hours of a clock face or mathematical polar equations.
Top Features
Multiple data series
Display multiple data sets on the same polar scatter graph so users can quickly compare them and detect different trends or groupings. You can use different colors or symbols to visually distinguish each series.
Chart symbols
Use built-in symbols or create your own for unique visual effects or to suit your application's visual theme.
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 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.
Polar bubble chart
WPF Elements also provides Polar Bubble Series which is useful for plotting data made up of 3 values. Theta and rho values determine the position of the bubbles just like in other polar charts. The third value is expressed by the size of the bubbles.