I'm developing a simple charting control to learn the ins and outs of the System.Drawing library. I'm at the part where I need to draw the axis labels. I'm assuming there is some standard process to get clean intervals using logs.
Can anybody provide some references or code that accomplishes the interval-ling of axises?
I'm specifically looking for something that does time but I'll need number based stuff too.
I'm using c# 4.0 if that is relevant; although I'm not necessarily looking for a c# specific answer.