Replies: 1 comment
-
I was working on someone else's code (they setup the axes) but was able to make something work. The X-Axis is setup like so
Standard points are placed on the graph like this
And I was able to place a RectangularSection on a relevant timeline like this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a RectangularSection while using a DateTimeAxis. I assumed I would want to get the DateTime.Ticks from the DateTimePoint to find my Xi and Xj points. The red dash is showing up on the Y axis as specified, however nothing is showing up with the X rectangle so I'm not sure if my assumptions were correct. Any help would be appreciated.
`
`
Beta Was this translation helpful? Give feedback.
All reactions