Hi,
I have a HeatMap chart in which I want to set different colors on each cell. Initially it was taking colors on random. I then set Color's ModelStyle to LinearRange and used CustomPallette. Now it takes my colors but still I am unable to control coloring of individual cells in the chart.
Please let me know how to achieve this, if possible.
Thanks.
Hello ,
I am glad that you have succeeded to resolve your issue.
Thank you for sharing the solution with the community.
Hi Tsvetelina,
Thanks for the suggestion - I could draw the individual cells using custom colors.
To be specefic, I used the FillSceneGraph event and the primitive path as "Border.Title.Grid.Chart".
Thanks a lot.
Hello,
I recommend you handling the ChartDrawItem event and set different colors :
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=Chart_ChartDrawItem_Event.html
Let me know if you need further assistance.