I'm drawing a graph in core plot with an automatic naming policy.
My problem is that the numbers in my graph are very high.
For example the axis has 1000000.0 2000000.0 3000000.0
I'd like some way to over write these and make them 1.00m 2.00m and 3.00m
I've looked into the axis delegate but it only returns a bool and not a specific label. I've also explored setting the axis label formatter but that cannot add the 'm' on the end, nor I don't think it can turn the number into a decimal similar to scientific notation without the exponential on the end.