Representing data
-
I need to draw a graph in C#, which has lables on the y axis (e.g drive 1, drive 2) and time on the x axis. The problem is this isnt a normal graph, the data will have an open close point, so the graph will have a bar from when the drive starts writing to when it finishes, then again when it start. By doing it graphically I can see when all the drive are not writing. Also maybe in the future I need the graph/pitcure to be dynamic so I can zoom into an area to get more info and zoom out to get a bigger pic, but this is a minor detail, getting the stuff drawn I the main focus. Drive 1 | ----- -- ----- - -------- the bar might look something like this (bad picture i know) What would you say the best way to go about this is?
-
I need to draw a graph in C#, which has lables on the y axis (e.g drive 1, drive 2) and time on the x axis. The problem is this isnt a normal graph, the data will have an open close point, so the graph will have a bar from when the drive starts writing to when it finishes, then again when it start. By doing it graphically I can see when all the drive are not writing. Also maybe in the future I need the graph/pitcure to be dynamic so I can zoom into an area to get more info and zoom out to get a bigger pic, but this is a minor detail, getting the stuff drawn I the main focus. Drive 1 | ----- -- ----- - -------- the bar might look something like this (bad picture i know) What would you say the best way to go about this is?