Need Advice on best approach
Posted: Mon Oct 30, 2006 3:25 pm
Hi,
I have an application that will be using up to 14 charts to display fast line series of data.
Setting them up isnt a problem, however, the same 14 charts will be used by several different users in my company. Each user represents a different customer with charts that may be similiar to anothers but maybe 1 or 2 charts may be different. So I was thinking it may be best to allow the user to add/delete charts to panel in my app. That user of course would be able to set the series info for each chart. Where one customer may have 14 charts another may only need 13. I guess everything would be done dynamically which is doable but Im not sure what my easiest and best approach would be to solve this problem. I dont really want to hardcode or bake the amount of charts and their respective series into each chart.
How doable is this?
Has anyone done something similiar?
Also, we are currently using Excel for the charts on 1 sheet and the data on the other. Working with excel can be problematic and slow especially when printing each chart sheet out and the data is about 6-7 mbs. Id really like to move away from excel and allow the customer to get the chart and its corresponding format similiar to what they get in excel now....all electronically and printed charts. Ive done some dynamic charting with TeeChart before and the quality is awesome and easy to use, however this issue kind of throws a wrench into the works.
What to use to add the charts to on a form? Ive used panels with scroll bars previously to display 7 charts at a time. Is this the best/easiest route?
Thanks for any help.
Tom
I have an application that will be using up to 14 charts to display fast line series of data.
Setting them up isnt a problem, however, the same 14 charts will be used by several different users in my company. Each user represents a different customer with charts that may be similiar to anothers but maybe 1 or 2 charts may be different. So I was thinking it may be best to allow the user to add/delete charts to panel in my app. That user of course would be able to set the series info for each chart. Where one customer may have 14 charts another may only need 13. I guess everything would be done dynamically which is doable but Im not sure what my easiest and best approach would be to solve this problem. I dont really want to hardcode or bake the amount of charts and their respective series into each chart.
How doable is this?
Has anyone done something similiar?
Also, we are currently using Excel for the charts on 1 sheet and the data on the other. Working with excel can be problematic and slow especially when printing each chart sheet out and the data is about 6-7 mbs. Id really like to move away from excel and allow the customer to get the chart and its corresponding format similiar to what they get in excel now....all electronically and printed charts. Ive done some dynamic charting with TeeChart before and the quality is awesome and easy to use, however this issue kind of throws a wrench into the works.
What to use to add the charts to on a form? Ive used panels with scroll bars previously to display 7 charts at a time. Is this the best/easiest route?
Thanks for any help.
Tom