ArchieCoder
ArchieCoder
@CoderPM2011 Thanks for your answer. SetLimitsY does not do anything. Am I doing something wrong? 
@CoderPM2011 Even if I have one vertical axis and set the limit before the data it does not work 
@CoderPM2011 I simplified the whole thing to do as the example. It does not work :/ 
@CoderPM2011 Margins(0, 0) does something! At least, it makes the Y axis starting at 0. Thank you for that.
@swharden When multiple Y-axis are used, the lock vertical feature breaks the chart. 1- Try the code from the sample 2- Comment line 24 and run again [ScottPlotSample.zip](https://github.com/user-attachments/files/17950070/ScottPlotSample.zip)
> e Created this https://github.com/ScottPlot/ScottPlot/issues/4581
Adding BasedOn="{StaticResource DefaultButtonStyle}" works for net8.0, but it does not work for WinUI.
@Xiaoy312 Thanks for the fast follow-up. Is this fix going to be in the next official release 5.3 only? I don't know mergify. I see backport, but I'm not sure...
@Xiaoy312 I cannot repro the issue with the original app in this issue, but with my app, the bug still reside. Here is a stripped-down version of my app. [Test.zip](https://github.com/user-attachments/files/16366247/Test.zip)