* Returns the last CPU-side data set for the given series index. * * This is intended for internal metadata/hit-testing paths that need the same * input array that was packed into the GPU buffer (without re-threading it * through other state). Throws if the series has not been set yet.
(index: number)
| 33 | * through other state). Throws if the series has not been set yet. |
| 34 | */ |
| 35 | getSeriesData(index: number): ReadonlyArray<DataPoint>; |
| 36 | dispose(): void; |
| 37 | } |
| 38 |