I am having trouble splitting a zedgraph into sections, I want to be able to monitor my running sessions and thought I would try build a program that displays my results, mainly speed on a graph. The results are read from a text file, this is then stored currently in a int list and a pointparlist for the zedgraph. I want to be able to split the graph into three sections, the first 15% is the warm up part of the run, the middle (70%) is the main running session and finally the third is the cooling down session (15%). instead of plotting the whole session on a graph and manually trying to work out where my warm up ends ect I wanted to know if its possible to put a vertical line after the warm up and middle.
I would greatly appreciate any advice or help on this, I have been trying for a couple of days but I can not manage to put my intentions on a Google search if that makes sense.
Would it be a better approach to split the int list which stores the speed values before plotting it on the graph? I am open to advice on how to tackle this. Once again thanks a lot guys.