I would like to be able to set the Column color within the series individually, preferably with a brushMemberPath option type of thing where I can specify in the data set what color the column should display as.
How can I do this?
I am using igniteUI 2014.1
Hello rsimm,
Thank you for your feedback.
We appreciate that you took time to convey your comments and I assure you that we consider our customer feedback to be crucial for steering improvements at Infragistics.
Please let me know if I could provide you nay further assistance with this matter.
That worked great for me thanks.
One suggestion...in the assigningCategoryStyle callback function ui.fill contains the currently designated color for the column. A series has a 'fillMemberPath' option within it, but if you set it then it throws the error "undefined is not a valid function' when trying to draw the chart. Im sure this option is carry over from a different type of chart, but it would be great if we could set that and have it load up the brush from that value instead of having to use the callback.
Thanks.
Hi, please see this and let me know if it helps: http://jsfiddle.net/gmurray/y78h9t1m/
-Graham
Thank you for your clarifications.
I am currently discussing your requirement with our development team. I will keep you posted on the progress of the issue and I will get back to you as soon as I have any new information.
Please feel free to continue sending updates to this case at any time.
That sets the brush colors to be used for the the entire series. The same thing that series.brush does. In other words it makes every column from that series get drawn in that color.
What I want is to be able to specify the color for each individual column within the series.