Ok, so the documentation for ModernUI Charts is dreadfully lacking especially in very common things such as binding to datatables and therefore SQL tables. There's one question on the codeplex site's discussion where someone asks a similar question but a flippant reply about "viewing the source code would give you your answer" was the only reply.
I know I'm close, I'm trying to bind a bar or column chart to a column of rows in a SQL table in C#. So nothing at all complex. I'm using TableAdapters to get data in and out of SQL so really the question is about binding datatables or converting a datatable into a collection to be parsed by the Chart.
Any help or examples someone can provide?
Thanks!