property Chart.TimeZoneFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS)
as Variant
Retrieves the time-zone from the cursor.
| | Type | Description | |
| |
X as OLE_XPOS_PIXELS |
A single that specifies the current X location of the mouse
pointer. The x values is always expressed in client coordinates.
| |
| |
Y as OLE_YPOS_PIXELS |
A single that specifies the current Y location of the mouse
pointer. The y values is always expressed in client coordinates.
| |
| |
Variant |
A String expression that indicates the key of the date-time zone from the
cursor, or empty value if there is no date-time zone.
| |