We have an issue with displaying labels on the X-Axis consistently.
We have a stacked bar chart.
We have decreased the font size of the axis, changed the extent and the angle but still get inconsistent formatting results.
Some times the axis get formatted ok and we can see values fine. Some times however we only see dashes instead of numbers.
What is the best way to format the axis so it always displays consistently?
In particular how do we set the number of labels that appear on X-Axis. Should Interval property work ?
Are you saying that some of the labels show correct strings, while others only display ellipsis, or that sometimes all labels show up correctly, while other times none of the labels show up correctly? Do you mind posting a screenshot? This could potentially be related to a recently fixed bug, but I would need more information on how to reproduce it.
The interval property can, in a way, allow you to set the number of labels. It specifies how many labels will be skipped before the next visible label. For example, an interval of 1 will display a label for every point. An interval of 3 will display a label for every third data point. By default the interval is calculated automatically.