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
I added the example code to my own project, build in avalonia v0.10.3.
At the point, the MicrochartControl is initialized with its "Chart" property, i get an exception from the code line:
I got a little bit deeper into it and found out, that this issue is caused by an inner failure in autosizing the charts. If I set the height and width of the charts in the .xaml file the exception doesn't trigger. But there's also an issue in the MicrochartControl class, where the .Equals() method got into an recursion infinity loop, calling itself. For implementation in my project, i temporarily disabled the method by setting it constantly true.
Developer-Simon
changed the title
Incompatiblity with Avalonia 0.10.3
Exceptions caused by auto-sizing
May 13, 2021
I added the example code to my own project, build in avalonia v0.10.3.
At the point, the MicrochartControl is initialized with its "Chart" property, i get an exception from the code line:
thrown by the native
BuildAvaloniaApp()
method in the Program.cs file. Could this be a version incompatiblity or did i miss something in my code?The text was updated successfully, but these errors were encountered: