hello everyone, I have a requirement to display the data points in a time-based ColumnChart series (where x-axis is a DateTimeAxis and y-axis is a LinearAxis) in such a way that the bar in the chart would be displayed in different colors depending on the y-value of the data point representing that bar.
For example, if the y-value of a data point is less than 50 then the bar representing that data point show red color. If a data point in th series has y-value between 51 and 80, then the bar representing it will take Orange color, and so on... Please help advise me a hint on how I could do that. Thank you, -alexn

