The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Latest XY-Plot Control
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Josh GuyetteeditedPosted Jun 22, 2010, 11:23 AMEdited Jun 22, 2010, 11:46 AM
Well done. There are changes I needed to make though (especially because I started with the older version). One thing I needed was for the control to update itself, when properties change. If you are interested, I'm working on an enhanced version of this control for my project "LUA Calculator" (on SourceForge). I've added a variety of different features, such as plotting to a graph-paper like background, and plot "line styles". I'm using gnuplot for ideas on adding features. Also PointFloat class could be replaced by the .NET PointF class, and the adding of (0, 0) point in the constructor, seems "point-less". :)