Unplanned
Last Updated: 29 Mar 2016 10:58 by ADMIN
ADMIN
Dimitar
Created on: 25 Aug 2015 11:46
Category: ChartView
Type: Bug Report
0
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;
0 comments