Hi,
The plotting algorithm takes two xy co-ordinates and draws a straight line between them.
What I need is the line to maintain the last y value from the old x to the new x then draw a line from the old y to the new y position.
I could do this myself by generating an in-between x-y point to the list, but is there a oxyplot line style to do this?
Boyd
The plotting algorithm takes two xy co-ordinates and draws a straight line between them.
What I need is the line to maintain the last y value from the old x to the new x then draw a line from the old y to the new y position.
I could do this myself by generating an in-between x-y point to the list, but is there a oxyplot line style to do this?
Boyd