Hi,
I have got an issue in which the x axis labels gets repeated multiple times in a column series of SfChart when it is zoomed in. This issue occurs only in iOS devices.
<chart:ColumnSeries ItemsSource ="{Binding GraphValues}" XBindingPath="ItemName" YBindingPath="ItemValue"
EnableAnimation = "true" AnimationDuration="0.8" EnableTooltip="True">
<chart:SfChart.PrimaryAxis >
<chart:CategoryAxis LabelsIntersectAction="MultipleRows" >
</chart:CategoryAxis>
</chart:SfChart.PrimaryAxis>
Please check this issue.
Thanks