Sorry, I have no experience with VB, but the VB example in Source\OxyPlot.WPF_VB.sln compiles without any errors here. I can also use
Dim xAxis As DateTimeAxis = New DateTimeAxis()` without getting any compiler errors.
Note that DateTimeAxis is in the OxyPlot.Axes namespace.
Dim xAxis As DateTimeAxis = New DateTimeAxis()` without getting any compiler errors.
Note that DateTimeAxis is in the OxyPlot.Axes namespace.