Hi Yu,
Thanks for using Syncfusion products.
We have analyzed your requirement and this can be achieved
by setting Interval property for axis as shown in the below code snippet as the
axis labels will be visible.
Code Snippet [XAML]:
<chart:ChartArea.PrimaryAxis>
<chart:ChartAxis
ValueType="String" Interval="1"/>
</chart:ChartArea.PrimaryAxis>
Please let us know if you require further assistance on
this.
Regards,
Suresh S