My pie chart assigns the same color 2 times so there are 2 blue sections and it makes one slice to appear to be too larger than it really is. How do I fix this? It doesnt just do it on the pie chart also the other charts.
This might happen if you have data points in the 'others' pie slice. Try setting chart.PieChart.OthersCategoryPercent to 0. This may also be caused by one of the non-default color models. Can you give an example of a non-pie chart where this happens? Perhaps with a code sample and a screenshot or a sample project.
hi,
I need your help in silvelight ultra pie chart. In my pie chart I have 5 PIE slices and has the values 1000,200,56,2,4. It does not show the PIE Slices(ARCS) but when i change the value more than 50, then it shows.I need to show all the PIES without changing values. Please help me.
Thanks & Regards
Mukesh
For the silverlight CTP chart, when the pie slices are too small, they don't show up. This problem will be fixed in the next silverlight release, but unfortunately, right now there is no workaround.
Pie Chart
I am using the win charts and i to have the same problem of some pie slices not displaying when the figures returned are low. is there a property i can turn off to stop this happening on the win charts or am i stuck like the guy using silverlight.
Set ultraChart1.PieChart.OthersCategoryPercent = 0 to display all pie slices in the winchart.
thanks alot mate. spot on