How to make line with rounded (smooth) corners with AndroidPlot

后端 未结 5 2110
挽巷
挽巷 2020-12-05 08:27

I have a small problem with ploting my graph. On a picture below is what I have already done.


The graph should represent the actual signal strength of availabl

5条回答
  •  一生所求
    2020-12-05 09:09

    Just use ChartFactory.getCubeLineChartView instead of ChartFactory.getLineChartView using achart engine

提交回复
热议问题