Serial chart category labels skipped

I have a Serial Chart and when I display it, some of the category labels on the X axis are skipped (not displayed). It seems to display the 1st label, then skip 2 labels and then show the next label and so on.

How do I get the chart to show ALL category values and labels ?

I did some more testing and I found that if I set the categoryAxis minHorizontalGap=“0”, it showed all the values. Is the the correct way to fix this ?

<chart:categoryAxis labelRotation="45" minHorizontalGap="0"/>

Hello!

I think using minHorizontalGap is a correct way to fix skipped labels.

Note that AmCharts has a documentation for all attributes (CUBA uses AmCharts v3): amCharts Version 3 Documentation.