* Alias for `setInteractionX(...)` for chart sync semantics.
(x: number | null, source?: unknown)
| 76 | * Alias for `setInteractionX(...)` for chart sync semantics. |
| 77 | */ |
| 78 | setCrosshairX(x: number | null, source?: unknown): void; |
| 79 | /** |
| 80 | * Subscribes to interaction x changes (domain units). |
| 81 | * |
no outgoing calls
no test coverage detected