I'm trying to set the range value format (Y-axis) of my plot to not show any decimals. In versions prior to 1.x you could apparently set the format by using plot.setRangeValueFormat(new DecimalFormat("#"));
but this method is not available in the newest version.
How can I do this in the newest version of AndroidPlot?
Thanks in advance!