How can I build a Column Chart with its chart item's color retrieved from data that is bound to or computed by the chart series?
+1
A:
I am assuming that you are using silverlight toolkit.
You need to style your ColumnDataPoint and set the background of the border to the required color through data binding. There is a nice blog post on MSDN about this
Hope this helps
funwithcoding
2010-03-10 13:49:52
yes, Silverlight Toolkit Charts. Thanks a lot.
andreas
2010-03-10 23:09:37