In my WPF/C# application, I have to plot x/y coordinates which make up quadilaterals and triangles. Basically I just need to visualize the quadilaterals and triangles formed by the xy points, as in a 2D mesh.
I have tried several chart controls, but it seems they all add extra "lines", seeming to connnect points that should not be connected.
I'm thinking I'll have to implement this using canvas, and line segments, but before I waste my time, I wanted to ask if anyone has any helpful pointers, guidelines, samples, etc.
Regards
Michael