You should use a Plotmodel from the OxyPlot Core library. Indeed some element in the WPF library are not finished yet (Annotation don't have axis key in this library, but they have in the core library).
So build your chart on a PlotModel in your code, then set the chart model property to this Plotmodel.
I hope this will help
So build your chart on a PlotModel in your code, then set the chart model property to this Plotmodel.
I hope this will help






