Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Comments
Sergey Alexandrovich Kryukov 16-Jul-13 13:05pm    
I don't know why you call your prospective use of you time the "waste"... :-)
—SA

1 solution

I don't see why not doing what you are doing.

At the same time, you can try out works done by others. For example, you can check some CodeProject works, such as these two:
WPF Chart Control With Pan, Zoom and More[^],
OpenWPFChart: assembling charts from components: Part I - Parts[^].

You can probably find more: http://www.codeproject.com/search.aspx?q=WPF+charts&doctypeid=1[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900