In my application, I have 2 graphics, one above the other in the user interface (as closer to the top of the monitor). Both horizontal axes of the graphs belong to the same time range. Their vertical axes can be very different, so I want to keep them as in graphs. They offer additional information, and therefore I would like to synchronize their horizontal axes, even if their vertical axis labels are shifted.
In both cases, the chart controls that contain them are the same width, but only the data inside is shifted.
I currently have this:
10000|
8000|
6000|
4000|
2000|
0 ---------------------------------
0 10
Long Label 3|
Long Label 2|
Long Label 1|
Long Label 0 -----------------------
0 10
And I want this:
10000|
8000|
6000|
4000|
2000|
0 ---------------------------------
0 10
Long Label 3|
Long Label 2|
Long Label 1|
Long Label 0 ---------------------------------
0 10
Chart MSChart. , , .
? , , , .