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:
"protected override Size MeasureOverride(Size availableSize)
=> availableSize;
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?

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:
"protected override Size MeasureOverride(Size availableSize) => availableSize;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?