For a graph one axis needs to have selected numbers with equal spacing. The numbers are in order but with different gaps, Example 1, 2, 5, 100, 2000. I managed to get the selected numbers by overriding the GetTickValues method. These are now spaced out according to value, how can I instead have equal spacing between these ticks regardless of the actual value?
I have tried changing the majorTickValues and majorLabelsValues but those seem to be independent from each other.