1

Look at the date labels in the GIF.
When a DataPoint is scrolled off screen its respective label also jumps off screen EVEN if they are much wider. But the worst problem is that even other labels, of other DataPoints, jump and change their place.
How to make the labels scroll beautifully off screen?
PLEASE PAY ATTENTION TO THE DATE LABELS AT THE BOTTOM OF THE SCREEN
Thank you! enter image description here

1 Answers1

0

Is this acceptable?

No jump labels

As I mentioned in my comment above, this is what I did:

graphView.getGridLabelRenderer().setPadding(120);
graphView.getGridLabelRenderer().setHorizontalLabelsAngle(30);
Nikhil Wagh
  • 1,376
  • 1
  • 24
  • 44