Hi,
I've explicitly set MinValue to 0, but sometimes (when all Y-values on the chart are 0), the Y-Axis starts from -1, in stead of 0.
I've tried setting MinValue both in XAML, in code-behind, and even both at the same time.
The MaxValue is determined according to the maximum Y-value in the collection, but is always at least 1.
AutoRange is set to False.
Why is the Y-Axis doing this?
Kind regards,
Jeroen