RPA_How to access a element which pesent in frame that doesnot having id or name anything

Hi All,
i am automating desktop application using RPA.Desktop,RPA.Windows
I am having few tabs
I selected the that tabs by using names
inside of that we have one frame and that frame have automation id
inside of that that frame we have some data like image or plots etc
When kept mouse over on the data which is inside of the frame using accessbility tool
Frame is highlighting not the element
i tried getting the data by using frameid by using get element and Get text keywors but i did not get any data.
using id:
${element} Get Element id:59648
Log ${element}
${data_text} = Get Text ${element}
Log ${data_text}
any idea on this?