Hi Stellaferox,
the first time I've seen somebody drawing a graph! Looks very nice
But just as a reminder you should always try to clean the code before providing it on this forum.
The scrollbar.dll is never used (comments in the sub App_Start) but the component is still present in the project. So I'll get an error opening you program since the dll it is not provided with the zip file (as you really don't need it).
And there is a "useless" bar object defined. The Sub bar_ValueChanged can never be executed.
Additionally you should aways use the tool "check for unassigned / unused variables" as there are some more statements that are never used.
I hope you won't be angry to me :sign0152:
specci48