I have a chart configuration I'm trying to produce in which I have a GridSurfaceSeries of data that I want to display as a contour chart and two line charts that display orthogonal slices of data from the grid series. I would like the actual position and length of the line chart axes to align with the side of the contour chart. I think I've gotten myself completely confused in the process.
The attached jpg file shows what I have with the red lines showing the points on the adjacent charts that I'd like to line up. For the purpose of this example, I have tried to keep the settings I used as simple as possible. All 3 charts have chart.BoundsMode = BoundsMode.None. I'm using the ParentPercentage to align the different chart areas and that seems to work well. The chart.Width and chart.Depth are set to 40.0 and 28.57 with the slices being set the same for the corresponding dimensions.
I have to think this it is possible to get the size and alignment to work out, but I haven't found the right combination of properties to control. I can post code if needed but there's quite a bit of it and so responding to suggestions or questions may be more efficient.
Thanks in advance for your help.
Regards
Mike Hayford