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?
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?