I am having two PolygonAnnotation
shown on a PlotModel
. I want to connect them via one ArrowAnnotation
. As Startpoint
and Endpoint
of the ArrowAnnotation
I want to have a defined point of respective PolygonAnnotation
, not the clicked position. As the Text
of each PolygonAnnotation
is already printed in the center via TextHorizontalAlignment
and TextVerticalAlignment
I thought using TextPosition
as the DataPoint
for the respective Startpoint
or Endpoint
would be a good idea. Unfortunatly TextPosition
always equals {n. def. n. def.}
.
Any ideas how to get the position of the Text
or another defined Datapoint
within a PolygonAnnotation
?