Positioning ports without using Spots

Hi
is possible to decide position of port instead of Spot(0, 1) , can we use location property on node?
here I am able to manage a port position using Spot. but spot value is in between 0 and 1. so it is very difficult to decide multiple ports Spot. can we have any option to decide port position where i can pass points or location like (45, 80).

Thanks

Yes – it depends on what kind of Panel the ports are in. For example, in a “Position” Panel, only the element’s GraphObject.position property matters.

Thanks Walter it works.