This thread has been marked as duplicate with your other thread.
See attached for screen shots you should include for convenience of reviewers.
(They all have issues.)
Show us the .ino file from your transmitter,
especially the print and println() statements,
so we can judge data flow speeds and delimiter needs.
Your Clock1 is set to start firing at app startup,
even before BlueTooth connects.
That will cause problems.
Your Screen1 icon might be too large for install time,
judging by its size (a guess.)
You need to estimate maximum and minimum bounds for x and y
before you can start plotting, otherwise you can't scale them to
the ranges (1...Canvas1.Width) and (1...Canvas1.Height).
ABG