Hi!
I've been trying to set individual colors for the pie segments, this works ok. But the colors on the pie are somewhat less vivid that colors in legend - when I set a segment color to red, the legend is red, but the pie is pink. I've tried editing template for the pie:
The first ellipse seems to be responsible for the pie color: when I set the ellipse's color explicitly to red, the pie was red (not pink), but when the color comes from Style="{TemplateBinding ItemStyle}", it's pink. How do I achieve vivid color on pie?
Michal