ArchieCoder

Results 77 comments of ArchieCoder

@CoderPM2011 Thanks for your answer. SetLimitsY does not do anything. Am I doing something wrong? ![image](https://github.com/user-attachments/assets/e8f72365-59dd-4029-be0b-dfd7c111800e)

@CoderPM2011 Even if I have one vertical axis and set the limit before the data it does not work ![image](https://github.com/user-attachments/assets/ef5051da-5092-4141-9947-ed31aa746540)

@CoderPM2011 I simplified the whole thing to do as the example. It does not work :/ ![image](https://github.com/user-attachments/assets/fa1643f4-2535-4d52-90e3-c93ae0d780ec)

@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)