Edit:
I have attached a sample Xamarin project to highlight the issue I am experiencing.
Using the SfDateTimeRangeNavigator with SFChart causes the following problem
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Android.Graphics.RectF'.
Reproduction steps
1. Run the App
2. Click on the range navigator, the exception will occur
Note:
The exception may not initially occur, but if you switch tabs (From Graph, TAB2) multiple times it should occur
This occurs on both Nexus 5 API 22 (Emulated) and Pixel (API 25)
If you comment out line 82 of GraphFragment.cs (Stopping the data loading into the chart), the navigator works as expected.
Attachment:
ChartSample_9fc17fc3.zip