Why the new VB.net doesn't have a good Chart control
that I could bound to datatable ???
True, I can add a classic COM MS Chart control
component, but I having problems with bounding it to
anything in my dataset.

For ex:
mschart1.datasource=data_set.tables(0)
wont work.

Any suggestions how to make charts in .NET ?

Thanks

Goran M.