Hi, I'm trying to add text annotations to a TimeSeries chart. I have drawable annotations (boxes, circles, crosses) that represent certain events, and want to add sequence numbers just above these annotations. The problem is that XYTextAnnotation takes an (x,y) position relative the to current axis, and when zooming, the text just flies all over the place. I want the text ...