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
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
When bottom limit is a negative number it is often hidden below the bottom of the chart. Note in the image below that the Black Diamond for Doppler Shift is missing. It is below the lower limit. Its value is -1772.89. In this image I have formatted Left axis to display as integer. But problem occurs whether or not this is done.
When new low value is, say -5500 and previous LowerLimit is -5000, axis will not rescale until a low value of -6000 is obtained, so all values between -5000 and -6000 remain hidden until value of -6000 is obtained. Note in the image below several missing Black Diamonds for Doppler Shift at the right of the graph. Minimum datapoint has value of -5496.79.
Autoscaling choices may leave nearly half of chart empty. In the image below, note that the axis has scaled so that the right third of the graph is empty. Better maximum values for the axis would include 750 or 800.
How to reproduce?
Create CartesianChart with one X axis and 3 Y axes. Set two Y axes to be fixed ranges, and set third to be automatic
Extra notes
Would like to have autoscaling improved as regards the above.
I am using
Live-Charts version
0.9.3.5
.Net Version
*.NET Framework 4.5
Windows
*Windows 10 Pro Build 14393.rs1_release.161220-1747
The text was updated successfully, but these errors were encountered:
Issues are:
How to reproduce?
Create CartesianChart with one X axis and 3 Y axes. Set two Y axes to be fixed ranges, and set third to be automatic
Extra notes
Would like to have autoscaling improved as regards the above.
I am using
The text was updated successfully, but these errors were encountered: