I have a collection of objects that contain everything that I need to create a series and I want to use a DataTemplate to create series for however many objects are in the collection. Unfortunately, it seems that there are no DataTemplate examples in any of your explanations and I don't know if this is even possible.
Is it possible to create a number of series at runtime using DataTempates?
Hello Ed,
I have logged this with development under ID: 128170 and I have also created a support ticket on your behalf: CAS-104366-S0R1H4 and have linked the development issue to it, so that you can get automatically updated, when a Service Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://es.infragistics.com/Membership/MySupport.aspx
Ooops! I made a mistake with the file link, here is the correct link here
That's the problem, I updated your example to add rows to your DataTable on a DispatchTimer expecting to see them represented in the xamDataChart and there were no updates. I attached the modified project for your viewing here.
Ed
I am not aware of a specific step that needs to be done in order to achive the functionality you want. Basically it doesn't matter how your DataTable is filled, static or dynamic, if you follow the approach I gave yo uin my previos post, everything should works correctly.
Thank you for the sample code, it was very helpful. I am having a problem with additions to the DataTable not showing up in the XamDataChart. Is there another step that needs to occur in order for live DataTables to display series in the XamDataChart?
Thanks,