0

在我需要的项目图中,我在图中得到了正确的水平和垂直值。但问题是图表包含大量数据。这就是我让它可滚动的原因。但我想点击图表视图它应该显示绘图值。

graphView.getGraphViewStyle().setGridColor(color.black);
    graphView.getGraphViewStyle().setHorizontalLabelsColor(Color.BLACK);
    graphView.getGraphViewStyle().setVerticalLabelsColor(Color.BLACK);
    graphView.getGraphViewStyle().setTextSize(10);
    graphView.setScalable(true);
    graphView.setScrollable(true);
    graphView.setViewPort(2, 40); 

我正在使用此链接创建图表。 图形视图库

4

0 回答 0