PaulZ
Active member
How to requery a MS Office Chart
I have put a Com-component Microsoft Office Chart 10.0 on my VB.Net form. It gets its data from a Datamember (a query in an Access Database).
How do I perform a requery in .Net-coding for this Chart (there is a right-click on the chart that does the renewal of the data, but I dont want to use that for my users). I dont find any helpful information on MS of the helpfiles.
There is a Chart1.refresh option, but that does nothing.
Anyone more information?
Thanks,
Paul
I have put a Com-component Microsoft Office Chart 10.0 on my VB.Net form. It gets its data from a Datamember (a query in an Access Database).
How do I perform a requery in .Net-coding for this Chart (there is a right-click on the chart that does the renewal of the data, but I dont want to use that for my users). I dont find any helpful information on MS of the helpfiles.
There is a Chart1.refresh option, but that does nothing.
Anyone more information?
Thanks,
Paul
Last edited by a moderator: