Hello,
I have noticed using v8.2 that the slices displayed in the Piechart corresponding to the legend from top to bottom is clockwise, but with Piechart3D it is counter clockwise. Is there any way to make the Piechart3D slices to display clockwise.
I can't seem to find any setting to define this.
I've also tried reversing the order of data which then displays the slices clockwise but then the legend is in reverse order. Which has then led me to try to reverse the order of the legend using OnChartDrawItem but I'd rather if there way some cleaner way.
Thanks for any assistance.
Cool, that and I had to then set the start angle as well.
Many thanks.
You can try rotating the PieChart3D with:
this.ultraChart1.Transform3D.XRotation = 45;