Thanks for your reply Daniel.
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