-
IanBell said 11 months, 3 weeks ago:
Hi All
I’m sure this should be simple. I have a chart whose datasource is a Dataview pointing to a table (view) in a dataset. The data in the dataview can change as a result of user interaction – I can see this by viewing the number of records (count) in the dataview. This varies between 29 & 174. How do I get the chart to reflect this change, i.e. redraw when the dataview changes?
Many thanks in advance for your help
| # -
Hello IanBell,
For making any changes to the datatable at runtime, if you display the view of the datatable in a grid by setting it to its datasource property & if the same dataview is being used as the datasource for the chart, then any changes made to the data in the grid will be automatically reflected in the chart since both the controls are bound to the same datasource.
Please refer to the attached sample for the implementation of the same.
Let me know if I misunderstood your query.
Regards,
ReemaAttachments:
You must be logged in to view attched files.Answer| #Viewing 2 posts - 1 through 2 (of 2 total)You must be logged in to reply to this topic.

