王小二1204的博客 // callbacks everytime the MarkerView is redrawn, can be used to update the // content @Override public void refreshContent(Entry e, int dataSetIndex) { if (e instanceof CandleEntry) { ...
会发呆的小木鱼的博客public class CustomChartMarkView extends MarkerView { private final int DEFAULT_INDICATOR_COLOR = UI.getColor(R.color.main_color);//指示器默认的颜色 private final int ARROW_HEIGHT = ...