Requery a OWC10 chart

P

PaulZ

I am trying to find a way to redraw a chart with new values.
Useing VB.Net 2003 and the axOWC10-control. This is bound to an Acces query
in designtime. In the properties, the query is filled in after 'DataMember'.
Users can right click on the chart and choose 'Update data' (or something
like that -translated from dutch 'Gegevens vernieuwen'-) and that works fine!
But I want to do this in VB.Net coding.
I tried to reenter the DataMemberstring, but after that the chart clears.
Chartspace.refresh doesn't work either.
Anyone an idea how to do the 'Update data' in coding?
 
G

Guest

set the XMLDATA property of the chart = to the XMLDATA property of the
chart.

give that a shot

-aaron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top