The DateTime Axis constructor has multiple definitions with identical signatures due to the optional signatures.
For example:
New DateTimeAxis(byval This as Double) is equivalent to New DateTimeAxis(byval That as double, byval OptionalThis as double = 2)
Anyone, like myself, trying to use a DateTimeAxis in visual basic will be unable to do so because intellisense will not allow it due to the multiple definitions with equivalent signatures.
Comments: Thank you. Your changes cleared up the issue. Thanks for the great plotting library.
For example:
New DateTimeAxis(byval This as Double) is equivalent to New DateTimeAxis(byval That as double, byval OptionalThis as double = 2)
Anyone, like myself, trying to use a DateTimeAxis in visual basic will be unable to do so because intellisense will not allow it due to the multiple definitions with equivalent signatures.
Comments: Thank you. Your changes cleared up the issue. Thanks for the great plotting library.