Replies: 2 comments 4 replies
-
You can just use a DateTimePoint.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I have a quite similar requirement. As I understand, if I use the suggestion from @WanftMoon, I would also need to use 'DateTimeAxis' as XAxis, correct? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone explain me how do I properly map datetime property of my custom class to X axis.
I have a custom data type like
And I want to create a CartesianChart with Date on X and Data on Y.
So I do
But Coordinate requires (double, double) constructor.
Can you tell me how to map DateTime, please
Beta Was this translation helpful? Give feedback.
All reactions