I made a C# Winform application, my application briefly dealing with displaying sensors values during operating time, in addition to some other Input/Output tasks.
Let's skip the algorithm part, (nothing special to mention here).
For the display part, I decided to work with ZedGraph library for its awesome features.
The issue: when I finished my work, and about to release it, the licensing procedures pop in my mind!! reading this page didn't remove my confusion!!
Can some experts or previous users guide me please ? do I continue my software, or I should stop everything and back to use Charts
?
P.S: I don't change anything in the library, I just use it as it is, so in order to run my software you need [mySoftware.exe
and ZedGraph.dll
] to be in the same location.