Would like to use an array of XY Graphs

I want to display subsets of data on multiple xy graphs, and would like to do this in a For loop. Is there a way to use an array of XY graphs or access them programmatically from the For Loop. I am plotting data and using XY graph properties for cursors, graph colors, visible for each graph.

Hi All,
Ben would like to make another suggestions that he does not have time to try out ( to many project, to little time).
How about using a single XY graph that is "off-screen". Write the data to the graph, adjust its properties as required, then get the "image".
Do the above for each set of data then combine them in a single Picture control.
If you track the region where each plot is displayed, you can watch for clicks on the picture, figure out which plot the user clicked on, then move the data for that plot into that single "off-screen" graph before programatically moving that plot such that it over-lays the part of the picture where its image was presented.
Once this app is whipped up (provided all of this works) you could have as many graphs as you
want and have the grpahics/cpu horsepower to drive. The user could do everything with this plot as usual.
Sharing my thoughts,
Ben
Ben Rayner
I am currently active on.. MainStream Preppers
Rayner's Ridge is under construction

Similar Messages

Maybe you are looking for