We are having a problem with the stacked bar chart where the series are being constrained to the XAxis label position.
Below is an example chart. The series data overlap only on one XAxis label yet the series show the data overlapping completely.
Here is the data being represented by this chart. As you can see the data only overlap on 48/2010 yet the chart has overlapping data on 40/201, 41/201 etc. We should see a chart starting with blue bars, an overlapping 48/2010 bar and then the rest of the red bars.
Am I missing something obvious?
Thanks for you help.
I said ... are being constrained... I meant ... are not being constrained ...
Rick, the series types with a category x axis expect that an entry exists for each label in each series, and that the values are in the proper order for each series. There is no automatic alignment based on the value of the labels, it will only align the values based on the index in the data source. See my post here on one method of ensuring the data is properly aligned before it is bound to the chart: http://community.infragistics.com/forums/p/38082/220246.aspx#220246
-Graham