How to match the width of the plot area across multiple plots #1338
Replies: 2 comments 8 replies
-
|
Hi @dhgigisoave, I think the way to achieve this is by manually setting the size of the axes which may differ between plots. formsPlot1.Plot.YAxis.SetSizeLimit(min: 70, max: 70);If this isn't the effect you're looking for, consider adding a screenshot to clarify the problem. Hopefully this gets the job done! 👍 🚀 |
Beta Was this translation helpful? Give feedback.
-
|
MatchLayout works great, but it is not instantaneous. My plots are on a tabbed window, when I resize the master plot, I call MatchLayout on slave plot, that doesn't resize itself. But if I open a new tab set focus on new tab and the return on original, slave plot match the master layout (without recall matchlayout). I call Render after MatchLayout. |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have two wpfplot in same window one above other, and I would like to align them precisely. In the above there is a Heatmap with colorbar, in the bottom there is a Signal. Since the two graph is different, I can align the controls but the plot area is still unaligned
Thank you
Luigi Soave
Beta Was this translation helpful? Give feedback.
All reactions