Neverbirth
Neverbirth

Reputation: 1042

Best ZedGraph branch?

Correct me if I'm wrong, I've read about ZedGraph in the past, from what I recall the original author dropped it, and now there are a few branches out there.

I plan to use the library to paint multiple line charts, multiple times per second, so I'm looking for the branch that offers the best performance in this situation.

I know at least one branch has some paint optimizations, but I'm sure I'm missing a lot of things since I've never followed this project. So, could anyone point me to the different versions of ZedGraph together with the main differences between them and tell me which one to choose?

Upvotes: 1

Views: 758

Answers (1)

JYelton
JYelton

Reputation: 36546

Chris Champion, one of ZedGraph's project admins, posted this at the project's main page at SourceForge:

Project Doldrums

Unfortunately, the original creator of this project is no longer able to maintain it.

As such, I am hoping that people will come along with an interest and the time to pick up the project and keep it alive. ZedGraph is well-written and documented, and it would be a shame to let it fall apart.

I have complete admin rights over the project, but not the time or C# experience right now to commit to it.

The domain, zedgraph.org, has been renewed for another two years, so this site isn't going anywhere.

Chris Champion

2009-02-16 19:16:55 UTC by kooseefoo

This post was in Feb 2009, and of course the original domain, zedgraph.org, now appears to be taken over by domain squatters.

The last updates to the project were in December of 2008. After much searching, the only fork I could find was a "ZeeGraph" one, linked below.

If you are looking for a currently maintained graphing library, you may want to look at other projects entirely, as there doesn't appear to be much development activity based on the original ZedGraph project.

Upvotes: 1

Related Questions