I am trying to draw some buttons and small plots at the bottom left of the window. I don't want them to move with the chart and they should stay fixed when the chart is resized, reloaded etc. How do I go about this - I have seen it done, so it must be possible!
D
You can use drawTextRelative() with the RELATIVETOLEFT and RELATIVETOBOTTOM flags. An alternative would be drawTextPixel().
For information on either see the Function Reference in the EFS KnowledgeBase
Alex
Comment