Open
Description
Hi,
I'm probably doing something wrong here, but I can't get the highlighting per drag to work on my line chart. Highlighting per tap works perfectly, I get the events in the ValueSelectedListener, but not when dragging. Am I supposed to get the drag highlights somewhere else than the ChartValueSelectedListener?
Here is the configuration of the chart:
chart.setOnChartValueSelectedListener(this); chart.setHighlightPerDragEnabled(true); chart.setHighlightPerTapEnabled(true);
Thanks