You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When setting moth MinLimit and MaxLimit the initial plot is windowed to those values. The plot does not then scale to the actual values plotted. This could be my misunderstanding of these properties.
To Reproduce
Steps to reproduce the behavior:
Set up YAxes
setup new Axis
Add MinLimit and MaxLimit Values
Plot
Expected behavior
These values would control the bounds of plotting rather than the displayed view.
Screenshots
MinLimit and MaxLimit set
MinLimit and MaxLimit commented out.
Desktop (please complete the following information):
OS: Windows
Avalonia
Version 2.0.0 RC4
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I am sorry, I think there is a confusion here, that is the expected behavior of these properties, from docs:
Gets or sets the maximum value visible in the axis, any point greater than this value will be hidden, set it null to use a value based on the greater value in the chart.
I am afraid that I don't completely understand your excepted result, could you elaborate on the result you were expecting?
Describe the bug
When setting moth MinLimit and MaxLimit the initial plot is windowed to those values. The plot does not then scale to the actual values plotted. This could be my misunderstanding of these properties.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
These values would control the bounds of plotting rather than the displayed view.
Screenshots
MinLimit and MaxLimit set
MinLimit and MaxLimit commented out.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: