如何使用最高/最低Y值更改LineGraphSeries中DataPoint的颜色?

时间:2018-09-30 14:10:35

标签: android kotlin android-graphview

我有{strong> x,y坐标的DataPoints数组。我想突出显示DataPoint上具有最高/最低 Y 值的GraphView

我可以通过以下方式提取最高/最低Y值:

lineGraphSeries.getHighestValueYlineGraphSeries.getLowestValueY。但是我需要从最高/最低值的序列中获取实际的DataPoint并更改其颜色。

有什么方法可以实现这一目标吗?

0 个答案:

没有答案