SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
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?
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!
Please login first to submit.