Is it possible to have linear and logarithmic axis in one line chart #227
-
We want to show a graph of temperature and a pressure in one chart. the pressure has a huge range, so we must show it in log scale. Is that possible? |
Beta Was this translation helpful? Give feedback.
Answered by
beto-rodriguez
Oct 5, 2021
Replies: 1 comment 1 reply
-
Hi, yes it is possible. There is no a sample built yet but you can try to create a chart that uses multiple axes: And in any of those axes use the logarithmic scale: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Alex08151
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, yes it is possible.
There is no a sample built yet but you can try to create a chart that uses multiple axes:
https://github.com/beto-rodriguez/LiveCharts2/blob/master/samples/ViewModelsSamples/Axes/Multiple/ViewModel.cs
And in any of those axes use the logarithmic scale:
https://github.com/beto-rodriguez/LiveCharts2/blob/master/samples/ViewModelsSamples/Axes/Logaritmic/ViewModel.cs