How can I display a line series chart that gets its data from a FlatDataSource. Ideally, what I want is something similar to: http://samples.infragistics.com/sldv/RunSamples.aspx?cn=data-chart#/data-chart/binding-olap-flat-data but with 3 line series overlayed on the chart instead of 3 separate types of bars. Thanks.
Hello palen,
The link that you mentioned references our Olap axis which we provides since verosion 11.2 of our product. They are design especially to work with Olap data source and to allow integration of XamDataChart with our XamPivotGrid control:
http://samples.infragistics.com/sldv/RunSamples.aspx?cn=pivot-grid#/pivot-grid/integration-with-datachart
Currently our Olap axis is design to work with Column series, still in our new version – 12.1, we expect it to be integrated for Pie and Bar chart as well, since they are also suitable for visualizing the expanding of the hierarchies.
If you want to use LineSeries with simple flat data source, and you don’t need to represent hierarchies of dimensions you can just try to bind it to List or ObservableCollection as shown in the following link form our sample browser under the section “Line Series”:
http://samples.infragistics.com/sldv/RunSamples.aspx?cn=data-chart#/data-chart/gallery-category-series
Please let me know if you need any further assistance on this matter or if I have misunderstand you in any way.
Hi Elena Ganeva,
i gone through your answer but i don't found samples for datachart using flat data source in version 11.1 so please give me some samples of it or please tell me how can i achieve it ???? i need to bind pivot grid data with chart. my version is 11.1 infragistics. thanks in advance
Hello,
The OlapAxis is available since version 11.2, so as the ability to bind to flat datasource.
Hope this helps you.