Jump to content

sanken

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by sanken

  1. thanks for your help!

    yes, I do get the plotarea position by following fomula now:

    top=graphic.height-(xscale.height+plotarea.height)+devx

    left=yscale.width+devy

    Additionary numbers, devx and devy, must be added for fix the result, so I want to get it by:

    top= xscale.top - plotarea.height

    left= yscale.left + yscale.width

    but the results are terrible mistake, why? Does xscale.position means the absolute position in panels but not the relative position in the graphic control?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.