Hi guys. I wanna add some triggers to every single column in my xamDataChart. Any ideas?
PS. I've 2 ColumnSeries on my chart(10 columns), and i wanna change the fill color of column by the trigger. I saw the solution: http://blogs.infragistics.com/forums/p/51914/323997.aspx , but it only works for all columns in ColumnSeries
Hello,
I have been investigating into your issue and I need some additional information in order to provide you with the proper custom approach. Can you please explain me more about this triggers that you would like to have – under what circumstances would you like the stile to be triggered – the condition is important because it will determine what the implementation will be.
Another important thing – there is a possibility to implement that scenario from the code behind (also depends on when would you like the functionality to take action). Is this approach an option for you, or your requirement are not allowing such scenario.
I will be looking forward to hearing from you.
Sincerely,
Ekaterina
Developer Support Engineer
Infragistics Inc.
www.infragistics.com/support
Hi, I will have a few validation rules. For example: I will have CategoryXAxis and NumericYAxis.
When a column in one category 2 times bigger than column in another category, i wanna apply animation on that column. That's why i gonna use triggers for rectangles.
The collection of items that will be binded to the chart, will update every second.
The scenario is that: i have Validate() method in my ViewModel, and on every LayoutUpdate method call of rectangles(columns) i want to perform this validation, and if its returns 'false' call BeginAnimation on Rectangle object. The ColorAnimation will be in UserControl Resources.
Thanks