OK, I'm using pie chart, and did not define any colors for each of the series at first. It seems the Chart uses 6 default colors and rotates them. The problem came where there are 7 slices on one of my pie charts. So... The 7th slice is the same color as the first slice, since it's rotating, and these two slices now look like a single slice with the same color.
I fixed it myself by manually assign the same 6 color rotation to each series, check for the last color and ensure it's not the same as the first, then advance to the next color.
Nether less, this should be fixed.
Aaron
I fixed it myself by manually assign the same 6 color rotation to each series, check for the last color and ensure it's not the same as the first, then advance to the next color.
Nether less, this should be fixed.
Aaron