Replies: 1 comment
-
I found I just needed to create my own class then override the Invalidate method and change the label's X location from using xi to xj so it draws on the right side as I expected. |
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
-
I am using RectangularSection to create horizontal constant lines. I am adding a label but the default location is left side of the chart and under the line. How do I move the label to the right side and above the line?
Beta Was this translation helpful? Give feedback.
All reactions