I am trying to set the x axis min and max. I found the methods mRenderer.setXAxisMax(value); mRenderer.setXAxisMin(value); mRenderer.setXAxisMax(value); mRenderer.setXAxisMin(value); but I donโt know how to install X in TimeSeries.
When I use timestamp mRenderer.setXAxisMin(1347963701812) , it says int is out of range
When I use the string mRenderer.setXAxisMin("2012-09-20 15:00:00") , it says that this is not applicable to String.
How to set minimum and maximum date X in TimeSeries?
source share