Tylerdurden84
New member
- Joined
- Jul 11, 2012
- Messages
- 2
- Programming Experience
- Beginner
I'm currently working on my first real program, but I'm currently stuck due to my poor programming skills.
Scenario:
Ive created a chart; that's linked to a specified array "Say: array_1" this is now operational and fully functional.
However I'd like to use the chart to display information as required; based on the selected item from a listbox.
The problem I'm facing however is that the data I'd like to show in the chart needs to be pulled from different array's. say array 1; array 2 ; array 3 etc.
I'm familiar with the use of getting data from within a specified array, but not how to get the data from different array's.
My question is what's the best way to realize this?
Scenario:
Ive created a chart; that's linked to a specified array "Say: array_1" this is now operational and fully functional.
However I'd like to use the chart to display information as required; based on the selected item from a listbox.
The problem I'm facing however is that the data I'd like to show in the chart needs to be pulled from different array's. say array 1; array 2 ; array 3 etc.
I'm familiar with the use of getting data from within a specified array, but not how to get the data from different array's.
My question is what's the best way to realize this?