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 XAML use this
If code