We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm trying to show all step in axis Y even if it enver reach them like in the sample, and somewhy it doesn't work. How do I do that?
Axis axisY = Axis.generateAxisFromRange(50,100,5).setAutoGenerated(false).setHasLines(true).setTextColor(Color.WHITE);