I don't seem to see an example that shows this works. Simply doing this in Visual Basic will cause compiler errors with the following error message:
code:
Dim xAxis As DateTimeAxis = New DateTimeAxis()
error:
'.ctor' is ambiguous because multiple kinds of members with this name exist in class 'OxyPlot.DateTimeAxis'
Any suggestions? I am unable the use any of the constructors for DateTimeAxis because of this issue
code:
Dim xAxis As DateTimeAxis = New DateTimeAxis()
error:
'.ctor' is ambiguous because multiple kinds of members with this name exist in class 'OxyPlot.DateTimeAxis'
Any suggestions? I am unable the use any of the constructors for DateTimeAxis because of this issue