Upgrading to 21.2.46 with .Net 60 -> Problems with UltraPieChart and other charts when binding to DataTable
First can't get the Legend to show up correctly, so I just removed it for now.
Has anything changed in the Charts and data binding that I should look as we move from UltraChart to UltraPieChart and the new charts.
Ok, the problem is definitely in UltraPieChart.
If the Datasource we are having problems is on a table that returns 2372 rows. Note this works in .Net 4.8 using UltraChart, but the resulting UltraPieChart is incorrect. The only solution I had was to sum the values and do the group by.in sql.and return only 23 rows for the chart.
I don't see an issue with .NET 6 specifically. In order to show every slice make sure you set OthersCategoryThreshold to 0. this.ultraPieChart1.OthersCategoryThreshold = 0;
in this chart...it has 23 slices...
here's what the data looks like...note the label is couterpartytype and the value is exposure. There are 2300+ rows.
counterpartytype valuationmode valuationtime exposure-------------------------------- -------------------------------- ----------------------- ---------------------------------------NULL Credit 2018-01-01 00:00:00.000 2258163622.711612624
Have you been able to reproduce this on your side? I can send you the data if need be.
Hi Charles,
Thank you for your reply.
I have not reproduced the issue. Please send a sample reproducing the issue.
Can you PM me your email address or a way to send you this text file of the data.
How large are the files you wish to send me? You can try uploading using this link
filetransfer.infragistics.com/public.php