We have a requirement where we need to change the color of column series based on the underlying value. We have a reference value set to 0 for NumericYAxis which means negative value bars need to displayed with different color. Also some bars need to be painted differently based on estimate val etc.
It would be great if we can override some sort of DataTemplate to drive this req based on the data-triggers
please see:
http://community.infragistics.com/forums/p/48210/256989.aspx#256989
-Graham
Hi Graham,
I have similar requirements and can get by with only a column chart. Has anyone suggested or can you recomend a competitive product that might be able to bind colors to series elements?
Obviously the data is all there (see Tooltip Item values examples). This seems so fundamental.
Bob Hall
Unfortunately, due to a lack of response from the Infragistics team, we were forced to rollback to 12.1. After rolling back, everything worked normally.
Hi,
I know this is an old post but its essential for our projects.
I am using InfragisticsSL5.Controls.Charts.XamDataChart.v13.2 and this approach is not working.
Can you please suggest another way to color (in red) the negative values of a column series (only the background of the bars that point down)?
Thank you in advance,
Neo
Has there been any update in the relatest versions of XamDataChart where we can template the ColumnSeries?
Thanks,
-- Alex
Hello,
I can say that the StyleBinderContextProperty is set in the SetStyleBinderContext method of the StyleBinder class and a Binding is set in the StyleBinderHelperChanged method of the same class.
I am having trouble finding out where "StyleBinderContextProperty" is getting set. Could you please point out where are you setting this.