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.
Ok, that answers my question, thanks.
hi,
Is there any example for display line chart in olap pivot grid?
Hello,
I can say that the functionality you want is available in version 12.1. I also created a sample project for you which shows it.
Hope it helps you.
When the installer v 12.1 is ready for download?
We have already shipped version 12.1, so you are able to download it from our website.