Hi
The xamWebChart online documentation implies that the Chart Series can be bound to a DataTable although these are not supported in Silverlight.
I am trying to migrate charts from the UlttraWinChart control where you could just set the .Data.DatSource property to a DataTable.
The issue I have is that the data is defined at run time by users so the content and types are not known at design time - thus View Models would not seem to be appropriate.
Do you have any eaxmples of DataTables being serialized and bound to a xamWebChart at runtime witout any View Models?
With thanks
Andrew
Hello Andrew,
I have been looking into your question however I wasn’t able to find any reference to DataTables in the Silverlight documentation: http://help.infragistics.com/NetAdvantage/Silverlight/2011.2/CLR4.0/ . P
Please let me know if I have misunderstood you in any way.
Please see copy from your documentation above.
Regards
I am still following your thread. I am just checking the progress of this if you need any further assistance.
Hi Petar
I have managed to use an XML stream which works well.
Many thanks for the support.
ahunot said: Hi Petar I have managed to use an XML stream which works well. Many thanks for the support. Regards Andrew
you an example of your solution?
Rewgards
Mauro