-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Axis lines are not drawn #5
Comments
Sorry I don't understand the expected behavior in this case I'm testing the behavior on the official WPF version: with without Can you point me if there is a problem in these screenshots? |
@VisualMelon please check this issue |
Perhaps there is some configuration problem here? Because I wasn't able to achieve this behavior in WPF with any of the versions of OxyPlot.WPF. |
It's in the OxyPlot.Axes.Axis class (oxyplot.core\2.1.0\lib\netstandard2.0\OxyPlot.dll). This is the corresponding code from my Theming sample (currently line 180): |
Thanks for the info, I'll see what I can do tomorrow. |
The default for See for example https://github.com/oxyplot/oxyplot/blob/develop/Source/Examples/ExampleLibrary/Axes/AxisExamples.cs#L196 |
This means that the behavior is as intended, so the issue may be closed. Sorry to have bothered you with this one, @HavenDV. |
Pie issue is a regression caused by the recent application of the PolyLineSegment workaround oxyplot/oxyplot#1848 |
I reverted the PolyLineSegment fix, Pie should work correctly. But the issue shown here - oxyplot/oxyplot#1848 will come back |
If you make the PlotAreaBorderColor transparent, then you notice that not a single axis line is drawn. Setting an AxislineColor has no effect. This applies to all types, so it is not the same issue as #4. I don't see anyone observing this in the base OxyPlot repo. Here's a screenshot from my sample repo here:
The text was updated successfully, but these errors were encountered: