HI, just to confirm that all is OK now.
Thank you for your help.
Search found 10 matches
- Mon Mar 14, 2011 10:23 am
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
- Tue Mar 08, 2011 12:34 pm
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
Re: Repainting Chart
Thank you for your answer.
Ill try this today and provide feedback.
Again, thank you.
Ill try this today and provide feedback.
Again, thank you.
- Tue Mar 08, 2011 9:33 am
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
Re: Repainting Chart
Hello Sandra
I have been waiting 4 days for an answer to what I think should be a pretty straight forward function in your activex control.
As you represent Steema on technical support, do you think you can provide me with an answer.
Thank you....
I have been waiting 4 days for an answer to what I think should be a pretty straight forward function in your activex control.
As you represent Steema on technical support, do you think you can provide me with an answer.
Thank you....
- Tue Mar 08, 2011 9:31 am
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
Re: Repainting Chart
Hi Sandra
I dont appear to be getting any support from your company.
Please see my previous posts and answer to your questions.
I dont appear to be getting any support from your company.
Please see my previous posts and answer to your questions.
- Mon Mar 07, 2011 4:46 pm
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
Re: Repainting Chart
Hello Sandra
Any solution, I need to know this before my right to return of your software option runs out.
Any solution, I need to know this before my right to return of your software option runs out.
- Fri Mar 04, 2011 1:53 pm
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
Re: Repainting Chart
Your chart doesnt seem to allow for a simple refresh on the data. 1) I have an msaccess form with a bar chart and 2 buttons. 2) I have a table with 2 columns and 10 rows of data - represents X and Y values for bar chart. 3) The bar chart is being populated via your datasource option and using the da...
- Thu Mar 03, 2011 3:32 pm
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
Re: Repainting Chart
File attached in next post: Description of zip file: 1) Contains teedata.mdb 2) Contains teechart.mdb Teedata.mdb contains a simple table with 2 columns and 10 rows of data. for X and Y values. Teechart.mdb contains a linked table to teedata.mdb, also a single form with bar chart and 2 buttons. Butt...
- Thu Mar 03, 2011 12:55 pm
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
Re: Repainting Chart
In addition, I added 2 buttons to the forms.
One clears the chart, this works using TChart4.Series(0).Clear
The other button should show the new underlying data using TChart4.Series(0).CheckDataSource.
But it doesnt, the old data is shown.
Any help would be appricated....
One clears the chart, this works using TChart4.Series(0).Clear
The other button should show the new underlying data using TChart4.Series(0).CheckDataSource.
But it doesnt, the old data is shown.
Any help would be appricated....
- Thu Mar 03, 2011 12:30 pm
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
Re: Repainting Chart
Hi Sandra Thanks for the post, but that didnt help. I have setup a test access database. In there i have a table with 10 X and Y values. I drop the activex teechart onto a form and the edit the the control so it is using a Dataset in Series0. I then generate a bar chart showing all the values. That ...
- Wed Mar 02, 2011 3:44 pm
- Forum: ActiveX
- Topic: Repainting Chart
- Replies: 14
- Views: 21915
Repainting Chart
Hi Designing in Visual Basic. I need to know how to refresh my chart. 1) Chart is open in a form 2) Data read into Series0 using the dataset. Now data changes in the table, but I dont seem to be able to get the Chart to repaint the new data unless I close and reopen the form. Tried tchart1.repaint o...