Is there any example how to bind data from a Datatable to a Chart dynamically when I change some data on Datatable?
I want to show a Datatable and under it a Chart with the same data.
Thanks.
Is there any example how to bind data from a Datatable to a Chart dynamically when I change some data on Datatable?
I want to show a Datatable and under it a Chart with the same data.
Thanks.
In such case, it’s more reasonable to use sync API instead of data binding:
Thanks Listopad!