79088485

Date: 2024-10-15 05:17:35
Score: 0.5
Natty:
Report link

In your code, you only bound the annotation to the axes but did not specify its exact position.

Add:

ta.annotation.AnchorX = 2;
ta.annotation.AnchorY = 0.5;

AnchorX/Y: Gets or sets the X/Y coordinate to which the annotation is anchored.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zhenning Zhang