I'm generating a SeriesCollection in codebehind and then set it on my XamWebChart. The problem is that some of the series are not showing up. I saw some posts from 2010 with this complains. This behaviour was corrected meanwhile?
Regards,
Ângelo.
Hi,
Could you post an example that displays your problem? The most likely cause would be a binding failure for one of the charts, so make sure to doublecheck your datamappings.
-Graham
I'm setting the series in code behind. like this: this.XamWebChart_Chart.Series = seriesCollection.Meanwhile, can you tell me about this issue is already solved? https://es.infragistics.com/community/forums/f/retired-products-and-controls/38082/possible-bug-in-series-object/220246#220246
That isn't being treated as an issue because it is part of the design of the chart to assume the data is prealigned, for performance reasons. You are welcome to log a feature request for us to build some way to make that scenario easier, though.
I will need a bit more information about how you are building the series to be able to tell you what might be going wrong. Other than I suspect there is an issue with your DataMapping. Could you share a small sample that exhibits your problem?