MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / setCrosshairX

Method setCrosshairX

src/worker/ChartGPUWorkerProxy.ts:1549–1552  ·  view source on GitHub ↗
(x: number | null, source?: unknown)

Source from the content-addressed store, hash-verified

1547 }
1548
1549 setCrosshairX(x: number | null, source?: unknown): void {
1550 // Alias for setInteractionX
1551 this.setInteractionX(x, source);
1552 }
1553
1554 onInteractionXChange(callback: (x: number | null, source?: unknown) => void): () => void {
1555 // Subscribe to crosshairMove events

Callers

nothing calls this directly

Calls 1

setInteractionXMethod · 0.95

Tested by

no test coverage detected