You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a custom mXAxis similar to the one in the attached image. It looks like:
Several colored segments along the line (e.g., pink from 3 to 4.5, cyan from 7 to 10.5).
Highlighted values like a filled circle at 11, and bold numbers at specific points (e.g., 8 and 13).
The values are positioned along the x-axis, ranging from 1 to 15.
Here is the image:
Is it possible to create this kind of UI using MPAndroidChart?
If not directly supported, could you suggest an approach or point me to which chart type would be best to customize for this?