Your comments

Please create an example (as small as possible) that reproduces the error and create a github issue!

I guess the problem is that clipping is not implemented in pdf!

I think it is covered by

https://github.com/oxyplot/oxyplot/issues/85


increase width/height of the exported image?

export to other format, like pdf?

it should be possible to set the ItemsSource of the category axis and the column series to the same collection, and they should stay in sync. If it is not working, then it is probably a bug. Can you create a small example (the dogs and cats sounds good) and add to github issues if the problem persists? Note that invalidation of the plot is not triggered automatically.

I have created a PR, can hopefully merge soon

Thanks for the bug report. I have created https://github.com/oxyplot/oxyplot/issues/645 and assigned to myself. There is an easy fix, I think.

Yes, we could do that if there is enough interest! I am a bit concerned about the number of projects and packages to maintain, but please create a github issue and we will see!

Interesting feature. I don´t think this is currently supported. I think you need to derive a custom line series to do this.

A workaround is to select large white circle markers on the line series, and add another series for the real markers...