Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
Adding Dynamic Data to XamDataChart Line Series
posted

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.

Sample.zip
Parents
  • 138253
    Offline posted

    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.

    XamDataChartDynamicProperties.zip
Reply Children