Shared Axis Limits
Multiple plots can be configured so changes the axis limits of one plot are applied to other plots. The strategy used to achieve this behavior depends on how multiple plots have been added to the application:
-
Multiple Plot Controls: The Shared Axis Demo shows how to use
Plot.Axes.Link()to automatically configureAxisLimitsChangedevents to update all plots when axis limits of any plot are changed. -
Using
Multiplotin a Single Plot Control: When theMultiplotclass is used to place multiple plots, they may be easily synchronized using theShareX()andShareY()helper methods as described on the Multiplot FAQ Page

Shared Layout
Plot layouts are dynamically sized to accommodate changing tick label sizes, but this can result in misalignment across plots with different axis limits. See the Shared Layout FAQ Page to learn how to resolve this issue.
