When I create a axis in xaml, and set the title, it is not appearing, I have the following simple code to set up my axis
Any help would be greatly appreciated.
<oxy:LinearAxis Position="Left" MajorGridlineThickness="2" Title="Test Title"/>
This was working in the past but now the title does not appear anymore. I need the axis to have a title because it does not make sense without it.Any help would be greatly appreciated.