There is a functionality to set maximum number of visible entries with
mChart.setVisibleXRangeMaximum(5);
but is there a way to maintain the same resolution or step size when in landscape mode, where the chart becomes longer?
By resolution / step size I mean the physical screen space between x-values.