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
1285
Bind to DataTable
posted

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