如何在X轴下移动日期?

时间:2015-05-13 21:53:17

标签: android mpandroidchart

我在我的应用程序中使用PhilJay / MPAndroidChart库,我想知道是否有两件事可能:

  1. 显示最近14天,然后滚动前几天?
  2. 日期(当前位于图表顶部)是否可以沿x轴移动到底部?
  3. Here is the current pic from the app and where i want to move date

    我的方法:

    project.json

1 个答案:

答案 0 :(得分:0)

  1. 是的,请查看文档:{​​{3}}

    查看setVisibleXRange(float xRange)方法。

  2. 是的,请查看文档:{​​{3}}

    查看xAxis.setPosition(...)方法。