I'm using MPAndroidCharts (old, but still is the best chart library for B4A).
I'd like to skip values on the X-axis.
At this moment, every X-axis label needs to have a value. Like this:
mbc1.LegendText = Array As String("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13"...