How to Display a Vertical Line Chart with Timestamps on Y-Axis and Values on X-Axis in MPAndroidChart?
I am using the MPAndroidChart library in my Android project to plot a line chart where the Y-axis represents timestamps and the X-axis represents values. I want the chart to be drawn vertically, with the line starting from the top and progressing downward (i.e., the chart should be rotated 90 degrees counterclockwise).
Chart YAxis moving up and down in mpandroid line chart
I am stream of values with 10ms interval from the sensor. I am setting the data by using buffer of 10 values from the sensor. Its working normal withour the setscaleminima function but when i use –