How to display several graphs which have common X Axis using ZedGraph library?

Viewed 5904

I need to display several graphs which have a common X Axis and a legend. What I want to achieve is displayed on the picture. The main goal is to have several Y Axis on the one line, not paralelly. So, several curves can be displayed without intersection with each other.

I know how to display several graphs, but then each of them has its own legend and Y Axis.

enter image description here

1 Answers
Related