Axis Increment Spacing Problem
Posted: Sun May 22, 2005 2:55 pm
I have a line chart that is largely defined in code. Multiple series are present and added dynamically. The left and right axes are identical. The axis minimum = 0; the maximum is calculated. The increment is also calculated. In one example, the maximum is 35000, with the increment of 5000. In this example, the increment from 0 - 5000 is much shorter than the other increments. I have noticed that as the maximum increases, the lowest increment is getting shorter. Scales are properly displayed, with the exception of the lowest increment height. What is wrong and how do I fix it?