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

LineStyle is not applied correctly #30

Closed alessandrofrancesconi closed 3 years ago

alessandrofrancesconi commented 3 years ago

If you run LegendsDemo, you will see that line style (example "Dashed") is not applied to the whole line, but just to the start, then becomes "Solid".

image

alessandrofrancesconi commented 3 years ago

Same thing on Example Browser -> LineSeries -> LineStyle

image

VisualMelon commented 3 years ago

Should be fixed by #31

alessandrofrancesconi commented 3 years ago

Fast as light! :O Will there be an updated NuGet package?

VisualMelon commented 3 years ago

I'm not sure who has the permission to do that, but it would seem a good time to push a new set targeting Avalonia 0.10.0.

alessandrofrancesconi commented 3 years ago

I'm not sure who has the permission to do that, but it would seem a good time to push a new set targeting Avalonia 0.10.0.

By the way, Avalonia is now 0.10.3

VisualMelon commented 3 years ago

Releases for OxyPlot tend to be few and far between. You can always get the pre-releases packages: https://worldbeater.visualstudio.com/OxyPlot.Avalonia/_packaging?_a=feed&feed=OxyPlot.Avalonia-CI%40Local

alessandrofrancesconi commented 3 years ago

Didn't know about it, thanks