CrossHairMovedEventParams
Interface
Crosshair move event information.
Properties
entityValues
OptionalSeries and study values at the crosshair position. The object keys are study or series IDs, and the object value are study or series values.
The ID for the main series will always be the string '_seriesId'
.
Type
Record<EntityId, CrossHairMovedEventSource>
offsetX
OptionalX coordinate of the crosshair relative to the left edge of the element containing the library.
Type
number
offsetY
OptionalY coordinate of the crosshair relative to the top edge of the element containing the library.
Type
number
price
The price coordinate of the crosshair.
Type
number
time
The time coordinate of the crosshair.
Type
number