Skip to content

ScottPlot4: simplify multi-control shared axis management#2402

Merged
swharden merged 17 commits intomainfrom
control-share-axes
Feb 20, 2023
Merged

ScottPlot4: simplify multi-control shared axis management#2402
swharden merged 17 commits intomainfrom
control-share-axes

Conversation

@swharden
Copy link
Member

@swharden swharden commented Feb 19, 2023

This PR makes it easy for users to link axis and layout configuration across multiple plots.

formsPlot1.Configuration.AddLinkedControl(formsPlot2); // update plot 2 when plot 1 changes
formsPlot2.Configuration.AddLinkedControl(formsPlot1); // update plot 1 when plot 2 changes

@swharden swharden changed the title ScottPlot4: add linked plot axis management to control backend ScottPlot4: simplify multi-control shared axis management Feb 19, 2023
@swharden swharden enabled auto-merge February 19, 2023 18:07
@swharden swharden merged commit 23495d3 into main Feb 20, 2023
@swharden swharden deleted the control-share-axes branch February 20, 2023 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Controls: Simplify how to share axes

1 participant