I have a bar graph with a lot of Categories. There are too many to fit all of the text on the screen, so it only displays every other Catrgory label, even though I have manually set Interval to 1. I do not want any Category labels to be skipped, because the user might not even realize that those categories exist.
I'm fine with the user having to scroll to see all of the categories, as long as it doesn't skip any. I'd like it to display every category label, without skipping any, until it runs out of room on the screen. Then, the user can scroll to see the rest of the categories. What settings should I set to accomplish this?