使用hellocharts繪製折線圖 並自定義Y軸
阿新 • • 發佈:2019-02-13
效果圖
1、hellocharts 的引用 在app的 build.gradle 中新增 compile 'com.github.lecho:hellocharts-library:[email protected]' 並再次編譯即可
2、hellocharts的使用 佈局檔案 <lecho.lib.hellocharts.view.LineChartView android:id="@+id/linechart" android:layout_width="match_parent" android:layout_height="200dp" android:layout_marginLeft="5dp" android:layout_marginRight="10dp" android:paddingTop="10dp" />主要程式碼: