Is there a way to create bar charts with random colors, instead the same (blue/default) color to all bars ?
Pie chart already do use diferent colors for obvious reasons. Its possible do that automatically with bars ?
2 Answers, 1 is accepted
0
Ivaylo Gergov
Telerik team
answered on 06 Nov 2012, 01:16 PM
Hi,
Thank you for using our RadControls for Windows 8!
You can use the PaletteName property of RadChart and choose one of our predefined palettes. Then you can use the PaletteMode property of BarSeries to choose how the palette will apply - per series or per data points.
More information for BarSeries is available in our online documentation where you can check all the properties pretty easy because of the hierarchical structure of the documentation - http://www.telerik.com/help/windows-8-xaml/radchart-cartesianchart-series-categorical-barseries.html
I hope this helps. Let me know if I can help you in some other way.