I am using https://github.com/danielgindi/Charts
I am trying to add marker manually on launch of Scatter graph.
I am using chartView.highlightValue(x: 7, y
chartView.highlightValue(x: 7, y
dataSetIndex is index of entries inside the ScatterChartDataSet
ScatterChartDataSet(entries: [dataSet0, dataSet1, dataSet2])
you need to call the right dataSetIndex that have x:7 and y:9 value