Dear Team
I've created an application with Xamdatachart to show my data in chart. My data table contains dynamics data. So I created dynamic object with the column names from the datatables and convert them into observablecolllection. Then I've created LineSeries and assign the ValueMemberPath from the collection. But the data is not showing in the chart.
I've attached the code files for your reference.
Thanks
Srikanth.
Hello Srikanth,
Thank you for your post. I have been looking into it and the code you have provided and I modified it and created a sample project for you with the functionality you want. Basically I changed the ValueMemberPath of the LineSeries and used a DataTempalte for the CategoryXAxis’ Label in order to show the value of the Value1 Property. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hello Stefan,
Thank you for your response. Now I can able to see the (Label) X axis values. But still the line series (Y Axis) i.e., the Value1 and Value2 series are not populating in the chart.
Attached is the result screenshot.
I've attached the project for your reference.
Please note, Here we are using infragistics 11.1 version.
Please advise on this.
Thanks,