Hi Andrew,
Thanks for using Syncfusion products.
We have analyzed the stated issue with your code and
we could found that you are setting SecondaryAxis Interval as 0 by setting
valid Interval to this; the sample is running fine. As per below code snippet please give the
valid interval to axis.
Code
Snippet [XAML]:
<charts:SfChart.SecondaryAxis>
<charts:NumericalAxis
Visibility="Collapsed"
Interval="1"
Maximum="{Binding Maximum}"/>
</charts:SfChart.SecondaryAxis>
Please let us
know if you have any queries.
Thanks,
Muneesh Kumar G.