I have multiple LinearAxis elements with different start and ending positions and min/max values. How do I hide the value numbers of those axes (for example, 0, 100, 200, etc) while keeping the titles (for example: Day 1, Day 2, etc)
For example, I'd like the numbers 0, 100 and 200 hidden

If the labels 0, 100, 200 belong to one axis and the texts "Day One", ... to the other one you can set the colors of the labels of the first axis to transparent like this
Hope this helps.