//lineChart.setMarkerView(new CustomChartMarkerView(activity, R.layout.line_chart_maker));//add marker
CustomChartMarkerView myMarkView = new CustomChartMarkerView(activity,R.layout.line_chart_maker);
myMarkView.setChartView(lineChart);
lineChart.setMarker(myMarkView);

相关文章:

  • 2021-08-10
  • 2022-01-11
  • 2021-10-04
  • 2021-09-05
  • 2021-12-11
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
猜你喜欢
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案