Hello!

I have about 20 different graphs with 4 different series each. Each one of these series have a unique data range (Letters etc "A", "B"). This gives me a total of 80 different letters. The X-axis are numbers (etc 1->700).

I have a loop that goes through all 20 graphs to change their length. Etc imagine that all graphs starts at 50 -> 100 and I want to change it to 75->150. How do I do this?

Inside the loop it looks something like this:
Loop~
Please Login or Register  to view this content.
next graph~

Startz and Endz reprsent the length (etc startz = 50 and endz = 100).
How can I use this script without having to create 80 different variables? Is there someway I can just leave the variable as it is and just change the length?

Please ask away if I made anything unclear and I appriciate any help!
File is to big to post and posting the entire code will just lead to more confussion as it does a lot more.

Thank you!