I am creating an app using Kotlin in which I have to plot a graph using certain value which are gathered at different points of time. Now, I want my code to automatically increase the value of x-coordinate of the graphview while I pass ony the value of the y coordinate. Also, i do not want to show the labels on the X-axis of the graphView.
Thanks in advance.