For a fuzzy math job, you need to draw a Membership Function Curve, so you can find a class library on the codeproject, which is suitable for drawing 2D charts (curves.
Address: http://www.codeproject.com/csharp/zedgraph.asp
Appendix: My program. Unzip the package and run it directly.
A Brief Introduction to the functions of this class library can be dragged to the interface as usercontrol, or as a class and operated on the background by yourself. The truth is the same. Controls Support drag-and-local zoom-in, right-click the menu to save the image, scale the image, and print the image.
When drawing an image, we only need to add the points (x, y) to the List attribute of a control in turn. Then, the complex functions such as axis transformation are all done by the class library, it is very convenient.
I believe this class library will be very useful to everyone!
The normal distribution and the goxi distribution chart are saved by right-click.
Is a drawing example of this class library.