The labelFormatter and minorTickLabelFormatter properties of CPTAxis should be
of type NSFormatter instead of NSNumberFormatter as they only feature core-plot
uses is stringForObjectValue: which is defined in NSFormatter. So the
developers using core-plot could decide which concrete subclass of NSFormatter
they want to provide. In a lot of cases developers have custom number
formatters which are not a subclass of Apple's NSNumberFormatter.
Original issue reported on code.google.com by frank.il...@googlemail.com on 15 Feb 2013 at 8:17
Original issue reported on code.google.com by
frank.il...@googlemail.com
on 15 Feb 2013 at 8:17