math - create Grid lines like Geogebra in C# -


this first step write program can plotter mathematics functions : need create grid lines coordinate x , y , line zooming in/out , half of line disappear in geogebra graphics when zoom out mouse-wheel ,

i wrote simple code in c# in visual studio cant geogebra :) result

enter image description here

my goal zoom in/out geogebra screenshot

enter image description here

i can't find how can , kind of ?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -