I'm doing a project where I have data, that can be stored in 2-dimensional array with value in every cell. Each value belongs to equivalent range and color. I need to draw a chart that will be looking like table with painted cells.
e.g. i have |w|hite, |y|ellow, |r|ed and chart should look like:
|w||w||w|
|y||y||r|
|r||r||r|
In fact, it have to be something like this http://ultra.wroclaw.pl/img/certyfikacje/front_probe.jpg
Is there a way to do that with, e.g. ChartControls?