But this doesn't seem to work for the Column chart type.
It does however work when doing it through JSON/ajax.
So for example this works for bar chart.....
series.Bar(model => model.Value, model => model.SeriesColor);
but this doesn't.....
series.Column(model => model.Value, model => model.SeriesColor);
Kind Regards
Alan
0
Daniel
Telerik team
answered on 30 Oct 2012, 10:30 AM
Hello again Alan,
It seems that there was a problem with the column Chart colorField serialization in the official release. The good news is that this has already been addressed and the changes will be available in the next official release which is expected next month. A workaround for now is to set the colorField to the chart series options after the Chart is created on the client and redraw it e.g.