a
c
b
b
c
a
b
a
a
c
For 'a' I want to present color green
'b' I want to present color yellow
'c' I want to present color Red.
In my Form I want to have the colors horizontal like this..

My first thought is datagridview with colored cells, but am having difficulty getting started. So far all Im able to output in a datagridview comes out vertical with length of letters...
- $datagridview1.DataSource = ConvertTo-DataTable $data
Thanks