Hello,
I have a Xam Doughnut Chart that after reloading data after a few times, causes the application to crash. I've been trying to debug for quite some time but i haven't found the issue until i looked into the call stack that showed where it might be blowing up, but I dont know whats causing it.
Code
<ig:XamDoughnutChart x:Name="CurrentAccountChart" Grid.Column="0" InnerExtent="70"> <ig:XamDoughnutChart.Series> <ig:RingSeries x:Name="CurrentAccountRingSeries" FormatLabel="CurrentAccountRingSeries_FormatLabel" ItemsSource="{Binding CurrentAccountBySeniority}" LabelExtent="15" LabelMemberPath="ValueLabel" LabelInnerColor="#51667a" LabelOuterColor="#51667a" LabelsPosition="OutsideEnd" LeaderLineType="Straight" LeaderLineVisibility="Visible" Legend="{x:Reference CurrentAccountLegend}" LegendLabelMemberPath="Label" RadiusFactor="0.6" StartAngle="150" ValueMemberPath="ValueLabel" /> </ig:XamDoughnutChart.Series> </ig:XamDoughnutChart> <ig:ItemLegend x:Name="CurrentAccountLegend" Grid.Column="1" HorizontalOptions="EndAndExpand" VerticalOptions="EndAndExpand" />
Call Stack with Exception
remove the bin/obj folders. If that doesn't reduce the space then try uploading here:
filetransfer.infragistics.com/public.php
Is there a size limit for the files to be uploaded here? I have the zip project with 18mbs and cant submit it here.
Please provide a test with the carousel and doughnut chart that reproduces the behavior.
Hello and thank you for your reply,
Yes, thats the one we are currenlty using.
For test purposes we tried to use the tabbed page but issue still persists.
The carousel from here?:https://github.com/AndreiMisiukevich/CardView
Please try and isolate this issue, perhaps this can be reproduced with a simple tabbed page
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/navigation/tabbed-page