Gets the X and Y coordinates for a Pen based on the time and value specified.
Syntax
object.XYFromValueTime fVal, dt, px, py
Properties
The XYFromValueTime method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
fVal |
Double. The value for the Pen. |
dt |
Date. The time for the Pen. |
px |
Double. Returns the x coordinate. |
py |
Double. Returns the y coordinate. |