In my C# Application I get a DataSet
that looks like this:
Then I'm going to create that table in a PDF and I was requeted to paint it just like Excel paints using Color Scale (Conditional Formatting):
I will add foreach DataRow
cell a new Column to store the desired color, I just want to know how I can create such scales?
Any clue?