本文介绍了是否有可能隐藏在aChart发动机线图的X轴线?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我实现了aChartEngine线图。在这个程序,我只是想显示x轴的根据自己的位置和不可以显示x轴的线我该怎么办呢?
如何隐藏x轴的线?

I am implementing an aChartEngine line graph. In this app I just want to display the x-axis values according to their positions and not display the x-axis line how can I do that?
How can I hide the x-axis line?

推荐答案

使用这种code   renderer.setShowAxes(假); 看到神奇的所有轴将不可见的。

Use this code renderer.setShowAxes(false); see the magic your all axis will invisible..

这篇关于是否有可能隐藏在aChart发动机线图的X轴线?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-22 05:11
查看更多