oxyplot / oxyplot-avalonia

A cross-platform plotting library for .NET. This package targets Avalonia apps.
https://oxyplot.github.io/
MIT License
274 stars 47 forks source link

Can't display OxiPlot pie series in Avalonia project #62

Open LyubomiRadev opened 1 year ago

LyubomiRadev commented 1 year ago

I am trying to display a pie graphic using the oxiplot tool, but I am not able to display the graphic. As seen in MainView.axaml I am trying to display the PieSeries chart using ItemsSource by binding a collection. However the chart is not displayed. Am I doing something wrong or is this a bug? The code can be found here. I am also not able to display the percentage numbers seen in the second pie chart in the attached picture. It seems that when the data is dynamic the percentage info is not displayed. PieChartMissingPercentage