We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YAxis leftAxis = mChart.getAxisLeft(); leftAxis.setTextColor(ColorTemplate.getHoloBlue()); leftAxis.setAxisMinValue(0.0f); leftAxis.setAxisMaxValue(1.5f); leftAxis.setTextColor(Color.BLACK); leftAxis.setDrawGridLines(false); leftAxis.setLabelCount(14, true);
我希望Y轴,显示从0.1递增到1.5,但是有时Y轴会出现重复的标签,比如0.3出现两次,0.8出现两次,然后Y轴最大值只显示到1.1。
不知道如何解决这个问题?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
YAxis leftAxis = mChart.getAxisLeft();
leftAxis.setTextColor(ColorTemplate.getHoloBlue());
leftAxis.setAxisMinValue(0.0f);
leftAxis.setAxisMaxValue(1.5f);
leftAxis.setTextColor(Color.BLACK);
leftAxis.setDrawGridLines(false);
leftAxis.setLabelCount(14, true);
我希望Y轴,显示从0.1递增到1.5,但是有时Y轴会出现重复的标签,比如0.3出现两次,0.8出现两次,然后Y轴最大值只显示到1.1。
不知道如何解决这个问题?
The text was updated successfully, but these errors were encountered: