Skip to content

Display scatter plot with subsecond resolution on X-axis #258

Discussion options

You must be logged in to vote

Anyway, I found the cause of the problem using dotPeek decompiler. In your DateTimeConverter class, you use "yyyy-MM-dd HH:mm:ss" as format. I decompiled to intermediate language with ildasm.exe, changed it to "yyyy-MM-dd HH:mm:ss.fff", compiled the IL-file back to dll with ilasm.exe and works like a charm now:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RichardClinton1980
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant