How to draw two Y-axis with different scaling in AChartEngine
问题 I have problem in drawing two Y-axis (one at right and one at left) with different scaling in AChartEngine: I want left side to be scaled from 0 to 40 which is correct, But the right side scaling is not the desire one, as it should be from 10 to 100. Please help me. My source code look like this public LinearLayout execute(Context context) { String[] titles = new String[] { "Ciggars" }; List<double[]> x = new ArrayList<double[]>(); for (int i = 0; i < titles.length; i++) { x.add(new double[]