SfDateTimeRangeNavigator not working since upgrading Syncfusion

Hi,

I have recently upgraded Syncfusion from v11.3.0.33 to v12.1.0.46.  Since doing so the SfDateTimeRangeNavigator is no longer working - no data is displayed in the control.

In the attached zip file there are two screenshots - one showing the working navigator before upgrading Syncfusion and one showing the non-working navigator after upgrading Syncfusion.  I've also included the XAML code snippet.

Grateful if you could take a look and let me know what I'm missing.

Thanks,
Andrew

Attachment: DateTimeRageNamigator_d597d87d.zip

2 Replies

MK Muneesh Kumar G Syncfusion Team May 16, 2014 01:07 PM UTC

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.



AR Andrew Ridout May 16, 2014 02:08 PM UTC

Thanks very much, this has fixed the problem.

Regards,
Andrew

Loader.
Up arrow icon