Inside the constructor of a form create a pie series and populate it with data. Then add it to a RadChartView. You will notice that there are two legend items per data point.
Hi,
I did what you recommend, but in my case I change AreaType and AreaDesign at runtime through a menu item.
If I load my PieArea, select another graph type and come back on PieArea, I got that legend problem. I tried youre solution with the custom PiePointElement, but it seems that the second time, 'this.View" returns a null value (ILegendInfoProvider line).
You can answer me directly to the adress you can find attached
Hi! This tip worked for me. Tks.