BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi all,
Just wondering if anyone can provide a working VB/XAML example of a column/bar series. I've been struggling to get data to display in my series. I have other chart controls working OK so I know it's something I'm missing (Or a limitation of my dev skills :)
Any help would be appreciated!
Cheers, Leigh Curran
Hi
Leigh,
Thanks for using Syncfusion products.
We have prepared the sample based on your requirement (chart with VB). Please download the sample in the given below location.
Please let us know if you have any queries.
Regards,
M.
Sheik
Hi again,
Thanks for the same, I would like to start using observable collections, can you provide a code snippet to update a collection programmatically fro the above chart example . . .e.g: under a button?
Thanks heaps.
Cheers, Leigh.
Thanks for your update.
We have analyzed your query and
in order to update data collection (Items Source) programmatically, we need to use the below
code snippet.
Code Snippet [VB]:
Me.chart1.Series(0).ItemsSource = data.power
We have prepared the sample based on
your requirement. Please download the sample from the below location
Please let us know if you have any
queries.
Regards,
M. Sheik
Thank you for all your help, using your sample I managed to get my update issues sorted.