I have created my own dataTipRenderer for a PlotChart and I am trying to change the position at which it is displayed. I have tried:
this.x -= (some number);
this.y -= (some number);
Ive tried putting this code in the updateDisplayList function and when I set the data, but that didnt seem to move the datatip at all.