Applying Custom Gradient to Chart Based on Count of Value
问题 I am taking the hours in a day (1-24) and for each hour I am counting the number of requests that are made. I have an SSRS report that I'd like to color a chart based on the count of that value. This should be dynamic so that the highest count will be darker than the rest and it will decrease the gradient down to the lowest value which would be the lightest color. Because the count is variable, can change, and has the potential for any number, I can't simply say "if count > 1 then '#ffffff',