Hi,
I need to get the data positions of a text annotation’s anchor point. So if the Text annotation is anchored at vertical:center, horizontal:center and I want to get the HorizontalAnchor.Right’s position in the chart, how would I go about doing that?
Thanks
Extra question: Is there a way to get the width of the TextAnnotation in coordinates?
- kewur asked 9 years ago
- last edited 9 years ago
- You must login to post comments
Hi Kewur,
Using this article, you can convert pixel coordinates to data coordinates and vice versa.
The width of the TextAnnotation in pixels is equal to TextAnnotation.ActualWidth
Using the above you can compute the right position in data or pixel coordinates.
Hope this helps!
- Andrew Burnett-Thompson answered 9 years ago
- You must login to post comments
Please login first to submit.