0

I have a List<Geometry> containing data from Round Polygons and a List<Rectangle> where items will be added during runtime. I want to plot these data in a x-y-Chart at the bottom left position of my window. The output should look similar to this. The x- and y- axis should represent the angles in a round object.

I checked different approaches for charts and graphs like this and this, but I couldn´t get a satisfying result.

Does anybody have an idea how this chart could be realised with WPF or knows where to look for examples which lead in a similar direction?

SMa
  • 115
  • 1
  • 7
  • You could probably rig something up using an `ItemsControl` with a `Canvas` as the container. Something like what is proposed in [this](https://stackoverflow.com/questions/7177432/how-to-display-items-in-canvas-through-binding) answer. – Bradley Uffner Oct 26 '17 at 13:17
  • Best WPF free charts I found where [oxy](http://www.oxyplot.org/) if I understood the request you should be able to do it with them. – Filip Cordas Oct 26 '17 at 13:57

0 Answers0