There are many elements of the Axis, we must somehow specify the element LineAnnotation what used to work the same way as is done in LineSeries:
<oxy:LineSeries ItemsSource="{Binding Items}" MarkerType="Circle" Color="DarkBlue" YAxisKey="Length" XAxisKey="Volume" />
How to do it for LineAnnotation?
<oxy:LineSeries ItemsSource="{Binding Items}" MarkerType="Circle" Color="DarkBlue" YAxisKey="Length" XAxisKey="Volume" />
How to do it for LineAnnotation?





