09-02-2016 01:32 AM
HOW TO MOVE?
code in testgridline.zip
Solved! Go to Solution.
09-02-2016 10:23 AM
To change the grid line value, you just need to modify the Subdivisions
collection on the custom grid line renderer. For example, if you add "line1.Subdivisions[0] += 10;
" to your _timer_Tick
method, it will increment the line every time the timer fires.