Replies: 4 comments
-
Hello Which platform is it? XAxes and YAxes properties are of type Which is the error message you are getting? |
Beta Was this translation helpful? Give feedback.
-
Thanks for responding. It's C# WPF. I'll post the error message details when I'm back at work on Monday. |
Beta Was this translation helpful? Give feedback.
-
Okay, Labels only accepts String, whereas my source data for the labels are Doubles. I don't think I can use MinLimit & MaxLimit which are Doubles because my axis is non-linear; increasing by 1% each point. Is there a neat way to use an ObservableCollection Double as Labels? Forgive me, I'm a noob (embedded programmer) who assumed that a chart axis could be numbers. |
Beta Was this translation helpful? Give feedback.
-
You can try to convert them you string.
You can build custom scales: https://livecharts.dev/docs/Maui/2.0.0-rc2/samples.axes.logarithmic I will close this for now, since this is not an issue with the library, I'll move this to the Q&A section, feel free to reply there if you need further assistance. |
Beta Was this translation helpful? Give feedback.
-
I got my line chart to work dynamically using data in observablecollections, but the X axis Labels won't take an observablecollection.
Is there a way to do it already, or if not could this be a new feature that would make all source data types clear and consistent?
Beta Was this translation helpful? Give feedback.
All reactions