I have create a bar chart in windows 8 metro using XAML. I want to know how to customize the default palette color. Right now, I am getting blue color for all the items.
Let me know how to customize these colors.
3 Answers, 1 is accepted
0
Tsvyatko
Telerik team
answered on 16 Jul 2012, 02:24 PM
Hello Nazia,
in order to display the bar series colors you can either set Chart PaletteName property (this will customize set different colors per series) or define PointTemplates collection which will iterate while displaying the series points.
Another alternative is to take advantage of PointTemplateSelector..
If you have any further questions do not hesitate to contact us.