GraphRenderer.setPan method
GraphRenderer › setPan
Unofficial
Set the pan offset to the given coordinates.Signature:
setPan(panX: number, panY: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| panX | number | The pan offset along the x axis. |
| panY | number | The pan offset along the y axis. |
Returns: void