Would be nice to have a method to set axis label separator - for example in Lithuania decimal separator is comma. Code to change at AxisTiscksLabels.java - as an example:
String tickLabel = chart.getXAxis().getAxisTickCalculator().getTickLabels().get(i).replace(".", ",");
