ValueTimeFromXY Method Example
The following example retrieves the value, date and type which corresponds to the coordinates 10,25 for the Pen Pen1.
Dim dValue As Double
Dim dDate As Date
Dim bReal As Boolean
Pen1.ValueTimeFromXY 10, 25, dValue, dDate, bReal