FIX. RadChartView - wrong pie colors when the palette is set in the property builder.
To reproduce:
- Add a pie chart using the property builder and set the palette as well.
Workaround
- Set the palette in code:
this.radChartView1.Area.View.Palette = KnownPalette.Metro;