Quote:
Originally posted by dw85745
Only thing I could come up with is to check the label length
prior to printing, to see if it will collide with the next xaxis location
and if it does, skip either printing current or next n labels until you get enought space.
As a matter of fact I already have some subs implemented that do exactly this, only I had never had any problems until I created a tool for zooming in by dragging a rectangle over the graph (picturebox), then by repeatedly applying the zoom I realized I had to do something when the x-axis leftmost and rightmost values got ever nearer to each other.